Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h74 #define ICE_CTL_Q_DETAILS(R, i) (&(((struct ice_sq_cd *)((R).cmd_buf))[i])) macro
H A Dice_controlq.c866 details = ICE_CTL_Q_DETAILS(*sq, ntc); in ice_clean_sq()
876 details = ICE_CTL_Q_DETAILS(*sq, ntc); in ice_clean_sq()
1010 details = ICE_CTL_Q_DETAILS(cq->sq, cq->sq.next_to_use); in ice_sq_send_cmd()