Searched refs:rid (Results 1 – 3 of 3) sorted by relevance
294 const nexus_port_t port, const ring_dir_t dir, const ring_id_t rid,381 const ring_id_t rid);383 const ring_id_t rid);
886 ring_id_t rid = CHANNEL_RING_ID_ANY; /* make it crash */ in _ring_id() local890 rid = cinfo->cinfo_first_tx_ring; in _ring_id()894 rid = cinfo->cinfo_last_tx_ring; in _ring_id()898 rid = cinfo->cinfo_first_rx_ring; in _ring_id()902 rid = cinfo->cinfo_last_rx_ring; in _ring_id()906 return rid; in _ring_id()916 os_channel_tx_ring(const channel_t chd, const ring_id_t rid) in os_channel_tx_ring() argument921 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring()922 rid < _ring_id(ci, CHANNEL_FIRST_TX_RING) || in os_channel_tx_ring()923 rid > _ring_id(ci, CHANNEL_LAST_TX_RING))) { in os_channel_tx_ring()[all …]
38 So in theory we can get rid of these limits. However, when we tried to remove them we discovered th…