Searched refs:rid (Results 1 – 3 of 3) sorted by relevance
885 ring_id_t rid = CHANNEL_RING_ID_ANY; /* make it crash */ in _ring_id() local889 rid = cinfo->cinfo_first_tx_ring; in _ring_id()893 rid = cinfo->cinfo_last_tx_ring; in _ring_id()897 rid = cinfo->cinfo_first_rx_ring; in _ring_id()901 rid = cinfo->cinfo_last_rx_ring; in _ring_id()905 return rid; in _ring_id()915 os_channel_tx_ring(const channel_t chd, const ring_id_t rid) in os_channel_tx_ring() argument920 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring()921 rid < _ring_id(ci, CHANNEL_FIRST_TX_RING) || in os_channel_tx_ring()922 rid > _ring_id(ci, CHANNEL_LAST_TX_RING))) { in os_channel_tx_ring()[all …]
292 const nexus_port_t port, const ring_dir_t dir, const ring_id_t rid,379 const ring_id_t rid);381 const ring_id_t rid);
42 So in theory we can get rid of these limits. However, when we tried to remove them we discovered th…