Home
last modified time | relevance | path

Searched refs:qed_fw_vport (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c150 rc = qed_fw_vport(p_hwfn, vport_id, &abs_vport_id); in qed_sp_vport_start()
369 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); in qed_sp_vport_update()
421 rc = qed_fw_vport(p_hwfn, vport_id, &abs_vport_id); in qed_sp_vport_stop()
518 rc = qed_fw_vport(p_hwfn, params->vport_id, &abs_vport_id); in qed_sp_eth_rxq_start_ramrod()
586 rc = qed_fw_vport(p_hwfn, params->vport_id, &abs_stats_id); in qed_sp_eth_rx_queue_start()
651 qed_fw_vport(p_hwfn, p_rx_cid->vport_id, &p_ramrod->vport_id); in qed_sp_eth_rx_queue_stop()
695 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); in qed_sp_eth_txq_start_ramrod()
744 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_stats_id); in qed_sp_eth_tx_queue_start()
865 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_remove_from, in qed_filter_ucast_common()
870 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_add_to, in qed_filter_ucast_common()
[all …]
Dqed_dev_api.h253 int qed_fw_vport(struct qed_hwfn *p_hwfn,
Dqed_dev.c670 rc = qed_fw_vport(p_hwfn, 0, &fw_vport); in qed_hw_init()
1776 int qed_fw_vport(struct qed_hwfn *p_hwfn, in qed_fw_vport() function