Searched refs:TX_DESC_PER_IOCB (Results 1 – 4 of 4) sorted by relevance
591 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()
5334 max_oal_entries = TX_DESC_PER_IOCB + MAX_SG_ELEMENTS-1; in ql_send_common()5489 if ((oal_entries == TX_DESC_PER_IOCB) && in ql_send_common()5499 TX_DESC_PER_IOCB-1]; in ql_send_common()5541 if (oal_entries > TX_DESC_PER_IOCB) { in ql_send_common()5542 tx_entry = &mac_iocb_ptr->oal_entry[TX_DESC_PER_IOCB-1]; in ql_send_common()5545 (oal_entries -TX_DESC_PER_IOCB+1))|OAL_CONT_ENTRY)); in ql_send_common()5615 if (oal_entries > TX_DESC_PER_IOCB) { in ql_send_common()5619 (oal_entries -TX_DESC_PER_IOCB+1)), in ql_send_common()
227 #define TOTAL_SG_ELEMENTS (MAX_SG_ELEMENTS + TX_DESC_PER_IOCB)
2025 #define TX_DESC_PER_IOCB 8 /* Number of descs in one TX IOCB */ macro2053 struct oal_entry oal_entry[TX_DESC_PER_IOCB]; /* max FFFFF 1M bytes */