Searched refs:tx_ring_id (Results 1 – 1 of 1) sorted by relevance
5088 uint8_t tx_ring_id = 0; in ql_tx_hashing() local5100 return (tx_ring_id); in ql_tx_hashing()5118 return (tx_ring_id); in ql_tx_hashing()5152 tx_ring_id = (h & (qlge->tx_ring_count - 1)); in ql_tx_hashing()5153 if (tx_ring_id >= qlge->tx_ring_count) { in ql_tx_hashing()5155 __func__, tx_ring_id); in ql_tx_hashing()5156 tx_ring_id = 0; in ql_tx_hashing()5159 return (tx_ring_id); in ql_tx_hashing()