Searched refs:num_tx_cmds (Results 1 – 2 of 2) sorted by relevance
931 uint32_t num_tx_cmds, hdr_len = 0; in qla_hw_send() local943 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()
2480 uint32_t num_tx_cmds, hdr_len = 0; in ql_hw_send() local2495 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()