Searched refs:ice_sq_send_cmd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.c | 20 * ice_sq_send_cmd() function 40 return ice_sq_send_cmd(hw, &hw->mailboxq, &desc, msg, msglen, cd); in ice_aq_send_msg_to_vf()
|
H A D | ice_common.h | 41 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
|
H A D | ice_controlq.c | 895 * ice_sq_send_cmd - send command to Control Queue (ATQ) 907 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd() function
|
H A D | ice_common.c | 1342 status = ice_sq_send_cmd(hw, &hw->adminq, desc, buf, buf_size, cd); in ice_aq_send_cmd()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_mbx.c | 19 * ice_sq_send_cmd() function 39 return ice_sq_send_cmd(hw, &hw->mailboxq, &desc, msg, msglen, cd); in ice_aq_send_msg_to_vf()
|
H A D | ice_common.h | 47 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq,
|
H A D | ice_controlq.c | 946 * ice_sq_send_cmd - send command to Control Queue (ATQ) 958 ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, in ice_sq_send_cmd() function
|
H A D | ice_common.c | 1531 return ice_sq_send_cmd(hw, ice_get_sbq(hw), in ice_sbq_send_cmd() 1637 status = ice_sq_send_cmd(hw, cq, desc, buf, buf_size, cd); in ice_sq_send_cmd_retry()
|
Completed in 16 milliseconds