Home
last modified time | relevance | path

Searched refs:ice_sq_send_cmd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c40 return ice_sq_send_cmd(hw, &hw->mailboxq, &desc, msg, msglen, cd); in ice_aq_send_msg_to_vf()
H A Dice_common.h41 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
H A Dice_controlq.c907 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd() function
H A Dice_common.c1342 status = ice_sq_send_cmd(hw, &hw->adminq, desc, buf, buf_size, cd); in ice_aq_send_cmd()