Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_controlq.h36 struct ice_ctl_q_ring { struct
81 struct ice_ctl_q_ring rq; /* receive queue */ argument
82 struct ice_ctl_q_ring sq; /* send queue */
Dice_controlq.c742 struct ice_ctl_q_ring *sq = &cq->sq; in ice_clean_sq()