Home
last modified time | relevance | path

Searched refs:TX_DESC_PER_IOCB (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c591 if (number > TX_DESC_PER_IOCB) { in ql_dump_req_pkt()
592 for (i = 0; i < TX_DESC_PER_IOCB; i++) { in ql_dump_req_pkt()
602 (number - TX_DESC_PER_IOCB + 1)); in ql_dump_req_pkt()
603 for (i = 0; i < (number-TX_DESC_PER_IOCB + 1); i++) { in ql_dump_req_pkt()
H A Dqlge.c5335 max_oal_entries = TX_DESC_PER_IOCB + MAX_SG_ELEMENTS-1; in ql_send_common()
5490 if ((oal_entries == TX_DESC_PER_IOCB) && in ql_send_common()
5500 TX_DESC_PER_IOCB-1]; in ql_send_common()
5542 if (oal_entries > TX_DESC_PER_IOCB) { in ql_send_common()
5543 tx_entry = &mac_iocb_ptr->oal_entry[TX_DESC_PER_IOCB-1]; in ql_send_common()
5546 (oal_entries -TX_DESC_PER_IOCB+1))|OAL_CONT_ENTRY)); in ql_send_common()
5616 if (oal_entries > TX_DESC_PER_IOCB) { in ql_send_common()
5620 (oal_entries -TX_DESC_PER_IOCB+1)), in ql_send_common()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2025 #define TX_DESC_PER_IOCB 8 /* Number of descs in one TX IOCB */ macro
2053 struct oal_entry oal_entry[TX_DESC_PER_IOCB]; /* max FFFFF 1M bytes */
H A Dqlge.h227 #define TOTAL_SG_ELEMENTS (MAX_SG_ELEMENTS + TX_DESC_PER_IOCB)