Searched refs:ixgbe_aci_send_cmd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 210 int ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct libie_aq_desc *desc, in ixgbe_aci_send_cmd() function 364 err = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_get_fw_ver() 414 err = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_req_res() 449 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_release_res() 883 err = ixgbe_aci_send_cmd(hw, &desc, buf, buf_size); in ixgbe_aci_list_caps() 1007 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_disable_rxen() 1041 err = ixgbe_aci_send_cmd(hw, &desc, pcaps, pcaps_size); in ixgbe_aci_get_phy_caps() 1109 err = ixgbe_aci_send_cmd(hw, &desc, cfg, sizeof(*cfg)); in ixgbe_aci_set_phy_cfg() 1141 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_set_link_restart_an() 1369 err = ixgbe_aci_send_cmd(hw, &desc, &link_data, sizeof(link_data)); in ixgbe_aci_get_link_info() [all …]
|