Searched refs:tx_cmd_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/qlxgb/
H A Dqla_hw.c925 uint32_t total_length = 0, bytes, tx_cmd_count = 0; local
1051 tx_cmd_count++;
1096 tx_cmd_count++;
1109 tx_cmd_count++;
1113 hw->txr_free = hw->txr_free - tx_cmd_count;
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c2476 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2641 tx_cmd_count++;
2693 tx_cmd_count++;
2708 tx_cmd_count++;
2713 hw->tx_cntxt[txr_idx].txr_free - tx_cmd_count;

Completed in 203 milliseconds