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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c150 rc = qed_fw_vport(p_hwfn, vport_id, &abs_vport_id); qed_sp_vport_start()
369 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); qed_sp_vport_update()
421 rc = qed_fw_vport(p_hwfn, vport_id, &abs_vport_id); qed_sp_vport_stop()
518 rc = qed_fw_vport(p_hwfn, params->vport_id, &abs_vport_id); qed_sp_eth_rxq_start_ramrod()
586 rc = qed_fw_vport(p_hwfn, params->vport_id, &abs_stats_id); qed_sp_eth_rx_queue_start()
651 qed_fw_vport(p_hwfn, p_rx_cid->vport_id, &p_ramrod->vport_id); qed_sp_eth_rx_queue_stop()
695 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id); qed_sp_eth_txq_start_ramrod()
744 rc = qed_fw_vport(p_hwfn, p_params->vport_id, &abs_stats_id); qed_sp_eth_tx_queue_start()
865 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_remove_from, qed_filter_ucast_common()
870 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_add_to, qed_filter_ucast_common()
1110 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_add_to, qed_sp_eth_filter_mcast()
1115 rc = qed_fw_vport(p_hwfn, p_filter_cmd->vport_to_remove_from, qed_sp_eth_filter_mcast()
H A Dqed_dev_api.h245 * @@brief qed_fw_vport - Get absolute vport ID
253 int qed_fw_vport(struct qed_hwfn *p_hwfn,
H A Dqed_dev.c670 rc = qed_fw_vport(p_hwfn, 0, &fw_vport); for_each_hwfn()
1776 int qed_fw_vport(struct qed_hwfn *p_hwfn, qed_fw_vport() function

Completed in 84 milliseconds