Searched refs:txr_free (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c500 if (hw->txr_free <= QLA_TX_MIN_FREE) {
503 if (hw->txr_free > QLA_TX_MIN_FREE)
510 if (hw->txr_free <= QLA_TX_MIN_FREE) {
523 hw->txr_free--;
985 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) {
987 if (hw->txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) {
988 QL_DPRINT8((dev, "%s: (hw->txr_free <= "
1125 hw->txr_free = hw->txr_free - tx_cmd_count;
1370 ha->hw.txr_free
[all...]
H A Dqla_hw.h777 volatile uint32_t txr_free; /* # of free entries in tx ring */ member in struct:_qla_hw
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h114 uint32_t txr_free; member in struct:qla_drvr_state_tx
H A Dql_ioctl.c426 tx_state->txr_free = ha->hw.tx_cntxt[i].txr_free;
H A Dql_hw.c2563 if (hw->tx_cntxt[txr_idx].txr_free <= (num_tx_cmds + QLA_TX_MIN_FREE)) {
2565 if (hw->tx_cntxt[txr_idx].txr_free <=
2567 QL_DPRINT8(ha, (dev, "%s: (hw->txr_free <= "
2746 hw->tx_cntxt[txr_idx].txr_free =
2747 hw->tx_cntxt[txr_idx].txr_free - tx_cmd_count;
3466 hw_tx_cntxt->txr_free = NUM_TX_DESCRIPTORS;
3838 hw_tx_cntxt->txr_free += comp_count;
3840 if (hw_tx_cntxt->txr_free > NUM_TX_DESCRIPTORS)
3841 device_printf(ha->pci_dev, "%s [%d]: txr_idx = %d txr_free = %d"
3843 txr_idx, hw_tx_cntxt->txr_free,
[all...]
H A Dql_hw.h1541 volatile uint32_t txr_free; /* # of free entries in tx ring */ member in struct:_qla_hw_tx_cntxt
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h121 volatile uint32_t txr_free; /* # of free entries in tx ring */ member in struct:qla_tx_ring
H A Dqls_hw.c649 ha->tx_ring[txr_idx].txr_free = NUM_TX_DESCRIPTORS;
651 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
653 ha->tx_ring[txr_idx].txr_free = NUM_TX_DESCRIPTORS +
657 if (ha->tx_ring[txr_idx].txr_free <= QLA_TX_MIN_FREE)
691 if (ha->tx_ring[txr_idx].txr_free <= (NUM_TX_DESCRIPTORS >> 2)) {
695 ha->tx_ring[txr_idx].txr_free);
772 ha->tx_ring[txr_idx].txr_free--;
1200 txr->txr_free = NUM_TX_DESCRIPTORS;
H A Dqls_os.c184 "%s: tx_ring[%d].txr_free= 0x%08x\n",
186 ha->tx_ring[i].txr_free);

Completed in 206 milliseconds