Searched refs:wq_idx (Results 1 – 1 of 1) sorted by relevance
919 #define Q81_WR_WQ_PROD_IDX(wq_idx, idx) bus_write_4((ha->pci_reg1),\ argument920 (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),\ argument923 (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),\ argument926 (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),\ argument930 (ha->tx_ring[wq_idx].wq_db_offset + Q81_WRKQ_VALID_REG),\