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

/linux-master/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);
876 details = ICE_CTL_Q_DETAILS(*sq, ntc);
1010 details = ICE_CTL_Q_DETAILS(cq->sq, cq->sq.next_to_use);

Completed in 221 milliseconds