Home
last modified time | relevance | path

Searched refs:hinic_port_msg_cmd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_port.c57 err = hinic_port_msg_cmd(hwdev, cmd, &port_mac_cmd, in change_mac()
128 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_GET_MAC, in hinic_port_get_mac()
172 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_CHANGE_MTU, in hinic_port_set_mtu()
199 return hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_ADD_VLAN, in hinic_port_add_vlan()
219 return hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_DEL_VLAN, in hinic_port_del_vlan()
359 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_GET_CAP, in hinic_port_get_cap()
391 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_SET_TSO, in hinic_port_set_tso()
506 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_SET_LRO, in hinic_set_rx_lro()
666 err = hinic_port_msg_cmd(hwdev, in hinic_rss_get_indir_tbl()
916 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_RSS_CFG, in hinic_rss_cfg()
[all …]
A Dhinic_sriov.c39 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_SET_MAC, &mac_info, in hinic_set_mac()
122 err = hinic_port_msg_cmd(hwdev, cmd, &vf_vlan, in hinic_set_vf_vlan()
144 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_SET_VF_MAX_MIN_RATE, in hinic_set_vf_tx_rate_max_min()
173 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_SET_VF_RATE, in hinic_set_vf_rate_limit()
309 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_CHANGE_MTU, buf_in, in hinic_change_vf_mtu_msg_handler()
361 err = hinic_port_msg_cmd(hw_dev, HINIC_PORT_CMD_SET_MAC, buf_in, in hinic_set_vf_mac_msg_handler()
394 err = hinic_port_msg_cmd(hw_dev, HINIC_PORT_CMD_DEL_MAC, buf_in, in hinic_del_vf_mac_msg_handler()
537 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_UPDATE_MAC, &mac_info, in hinic_update_mac()
918 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_ENABLE_SPOOFCHK, in hinic_set_vf_spoofchk()
A Dhinic_hw_dev.c215 int hinic_port_msg_cmd(struct hinic_hwdev *hwdev, enum hinic_port_cmd cmd, in hinic_port_msg_cmd() function
257 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_FWCTXT_INIT, in init_fw_ctxt()
424 err = hinic_port_msg_cmd(hwdev, HINIC_PORT_CMD_GET_GLOBAL_QPN, in get_base_qpn()
A Dhinic_debugfs.c100 err = hinic_port_msg_cmd(nic_dev->hwdev, HINIC_PORT_CMD_RD_LINE_TBL, read_data, in hinic_dbg_get_func_table()
A Dhinic_hw_dev.h553 int hinic_port_msg_cmd(struct hinic_hwdev *hwdev, enum hinic_port_cmd cmd,
A Dhinic_devlink.c219 err = hinic_port_msg_cmd(priv->hwdev, in hinic_flash_fw()

Completed in 49 milliseconds