Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_hw.h919 #define Q81_WR_WQ_PROD_IDX(wq_idx, idx) bus_write_4((ha->pci_reg1),\ argument
920 (ha->tx_ring[wq_idx].wq_db_offset + Q81_WRKQ_INDEX_REG), idx)
922 #define Q81_RD_WQ_IDX(wq_idx) bus_read_4((ha->pci_reg1),\ argument
923 (ha->tx_ring[wq_idx].wq_db_offset + Q81_WRKQ_INDEX_REG))
925 #define Q81_SET_WQ_VALID(wq_idx) bus_write_4((ha->pci_reg1),\ argument
926 (ha->tx_ring[wq_idx].wq_db_offset + Q81_WRKQ_VALID_REG),\
929 #define Q81_SET_WQ_INVALID(wq_idx) bus_write_4((ha->pci_reg1),\ argument
930 (ha->tx_ring[wq_idx].wq_db_offset + Q81_WRKQ_VALID_REG),\