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.c924 uint32_t num_tx_cmds, hdr_len = 0; in qla_hw_send() local
936 num_tx_cmds = (nsegs + (Q8_TX_CMD_MAX_SEGMENTS - 1)) >> 2; in qla_hw_send()
960 num_tx_cmds++; in qla_hw_send()
966 num_tx_cmds++; in qla_hw_send()
975 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in qla_hw_send()
977 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2475 uint32_t num_tx_cmds, hdr_len = 0; in ql_hw_send() local
2490 num_tx_cmds = (nsegs + (Q8_TX_CMD_MAX_SEGMENTS - 1)) >> 2; in ql_hw_send()
2517 num_tx_cmds++; in ql_hw_send()
2523 num_tx_cmds++; in ql_hw_send()
2535 if (hw->tx_cntxt[txr_idx].txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) { in ql_hw_send()
2538 (num_tx_cmds + QLA_TX_MIN_FREE)) { in ql_hw_send()
2546 for (i = 0; i < num_tx_cmds; i++) { in ql_hw_send()