Home
last modified time | relevance | path

Searched refs:num_tx_cmds (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c931 uint32_t num_tx_cmds, hdr_len = 0; in qla_hw_send() local
943 num_tx_cmds = (nsegs + (Q8_TX_CMD_MAX_SEGMENTS - 1)) >> 2; in qla_hw_send()
967 num_tx_cmds++; in qla_hw_send()
973 num_tx_cmds++; in qla_hw_send()
982 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in qla_hw_send()
984 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2480 uint32_t num_tx_cmds, hdr_len = 0; in ql_hw_send() local
2495 num_tx_cmds = (nsegs + (Q8_TX_CMD_MAX_SEGMENTS - 1)) >> 2; in ql_hw_send()
2522 num_tx_cmds++; in ql_hw_send()
2528 num_tx_cmds++; in ql_hw_send()
2540 if (hw->tx_cntxt[txr_idx].txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in ql_hw_send()
2543 (num_tx_cmds + QLA_TX_MIN_FREE)) { in ql_hw_send()
2551 for (i = 0; i < num_tx_cmds; i++) { in ql_hw_send()