Searched refs:aq_err (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_prototype.h | 40 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err);
|
H A D | iavf_common.c | 47 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err) in iavf_aq_str() argument 49 switch (aq_err) { in iavf_aq_str() 98 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 1294 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1300 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1310 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1316 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1327 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1333 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc() 1343 int aq_err = pf->hw.aq.asq_last_status; in i40e_set_vsi_promisc() local 1349 i40e_aq_str(&pf->hw, aq_err)); in i40e_set_vsi_promisc()
|
H A D | i40e_prototype.h | 55 const char *i40e_aq_str(struct i40e_hw *hw, enum i40e_admin_queue_err aq_err);
|
H A D | i40e_main.c | 7717 const u8 *macaddr, int *aq_err) in i40e_del_macvlan_filter() argument 7727 *aq_err = hw->aq.asq_last_status; in i40e_del_macvlan_filter() 7743 const u8 *macaddr, int *aq_err) in i40e_add_macvlan_filter() argument 7756 *aq_err = hw->aq.asq_last_status; in i40e_add_macvlan_filter() 7838 int ret = 0, num_tc = 1, i, aq_err; in i40e_fwd_ring_up() local 7880 ret = i40e_add_macvlan_filter(hw, ch->seid, vdev->dev_addr, &aq_err); in i40e_fwd_ring_up() 7895 i40e_aq_str(hw, aq_err)); in i40e_fwd_ring_up() 8125 int aq_err, ret = 0; in i40e_del_all_macvlans() local 8134 &aq_err); in i40e_del_all_macvlans() 8162 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()
|
/openbmc/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
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 1094 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 1096 switch (aq_err) { in ice_map_aq_err_to_ddp_state()
|
H A D | ice.h | 922 const char *ice_aq_str(enum ice_aq_err aq_err);
|
H A D | ice_main.c | 7587 const char *ice_aq_str(enum ice_aq_err aq_err) in ice_aq_str() argument 7589 switch (aq_err) { in ice_aq_str()
|