Home
last modified time | relevance | path

Searched refs:ixgbe_aci_send_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c380 err = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_req_res()
415 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_release_res()
835 err = ixgbe_aci_send_cmd(hw, &desc, buf, buf_size); in ixgbe_aci_list_caps()
959 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_disable_rxen()
993 err = ixgbe_aci_send_cmd(hw, &desc, pcaps, pcaps_size); in ixgbe_aci_get_phy_caps()
1059 err = ixgbe_aci_send_cmd(hw, &desc, cfg, sizeof(*cfg)); in ixgbe_aci_set_phy_cfg()
1091 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_set_link_restart_an()
1387 return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); in ixgbe_aci_set_event_mask()
2133 if (ixgbe_aci_send_cmd(hw, &desc, NULL, 0)) in ixgbe_aci_get_netlist_node()
2225 return ixgbe_aci_send_cmd(hw, &desc, data, length); in ixgbe_aci_read_nvm()
[all …]
H A Dixgbe_e610.h9 int ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc,