Home
last modified time | relevance | path

Searched refs:qed_spq_post (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c150 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_pf_start()
169 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_pf_stop()
Dqed_l2.c187 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_vport_start()
408 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_vport_update()
441 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_vport_stop()
561 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_rxq_start_ramrod()
665 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_rx_queue_stop()
728 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_txq_start_ramrod()
805 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_tx_queue_stop()
1006 rc = qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_filter_ucast()
1169 return qed_spq_post(p_hwfn, p_ent, NULL); in qed_sp_eth_filter_mcast()
Dqed_sp.h153 int qed_spq_post(struct qed_hwfn *p_hwfn,
Dqed_spq.c695 int qed_spq_post(struct qed_hwfn *p_hwfn, in qed_spq_post() function