Searched refs:aq_err (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_common.c | 15 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err) in iavf_aq_str() argument 17 switch (aq_err) { in iavf_aq_str() 66 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 1104 static enum ice_ddp_state ice_map_aq_err_to_ddp_state(enum ice_aq_err aq_err) in ice_map_aq_err_to_ddp_state() argument 1106 switch (aq_err) { in ice_map_aq_err_to_ddp_state() 1262 enum ice_aq_err aq_err; in ice_ddp_send_hunk() local 1280 aq_err = hw->adminq.sq_last_status; in ice_ddp_send_hunk() 1281 if (aq_err != ICE_AQ_RC_ENOSEC && aq_err != ICE_AQ_RC_EBADSIG) in ice_ddp_send_hunk() 1288 ctx->err = ice_map_aq_err_to_ddp_state(aq_err); in ice_ddp_send_hunk() 1540 enum ice_aq_err aq_err = hw->adminq.sq_last_status; in ice_download_pkg_with_sig_seg() local 1554 state = ice_map_aq_err_to_ddp_state(aq_err); in ice_download_pkg_with_sig_seg()
|
H A D | ice.h | 967 const char *ice_aq_str(enum ice_aq_err aq_err);
|
H A D | ice_main.c | 7906 const char *ice_aq_str(enum ice_aq_err aq_err) in ice_aq_str() argument 7908 switch (aq_err) { in ice_aq_str()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 1288 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1294 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1304 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1310 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1321 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1327 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1337 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1343 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
|
H A D | i40e_prototype.h | 56 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
|
H A D | i40e_main.c | 7745 const u8 *macaddr, int *aq_err) in i40e_del_macvlan_filter() argument 7755 *aq_err = hw->aq.asq_last_status; in i40e_del_macvlan_filter() 7771 const u8 *macaddr, int *aq_err) in i40e_add_macvlan_filter() argument 7784 *aq_err = hw->aq.asq_last_status; in i40e_add_macvlan_filter() 7866 int ret = 0, num_tc = 1, i, aq_err; in i40e_fwd_ring_up() local 7908 ret = i40e_add_macvlan_filter(hw, ch->seid, vdev->dev_addr, &aq_err); in i40e_fwd_ring_up() 7923 i40e_aq_str(hw, aq_err)); in i40e_fwd_ring_up() 8153 int aq_err, ret = 0; in i40e_del_all_macvlans() local 8162 &aq_err); in i40e_del_all_macvlans() 8190 int aq_err, ret = 0; in i40e_fwd_del() local [all …]
|
H A D | i40e_common.c | 76 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err) in i40e_aq_str() argument 78 switch (aq_err) { in i40e_aq_str() 127 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | iavf.rst | 262 Unable to send opcode 2 to PF, err I40E_ERR_QUEUE_EMPTY, aq_err ok 263 Unable to send the message to VF 2 aq_err 12
|
H A D | i40e.rst | 528 "add vsi failed for VF N, aq_err 16". To workaround the issue, enable less than
|