Searched refs:qed_spq_add_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_spq.c | 659 * qed_spq_add_entry() - Add a new entry to the pending list. 672 static int qed_spq_add_entry(struct qed_hwfn *p_hwfn, in qed_spq_add_entry() function 780 qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_pend_post() 853 /* Check if entry is in block mode before qed_spq_add_entry, in qed_spq_post() 859 rc = qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_post()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_spq.c | 673 * qed_spq_add_entry() - Add a new entry to the pending list. 686 static int qed_spq_add_entry(struct qed_hwfn *p_hwfn, in qed_spq_add_entry() function 793 qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_pend_post() 870 /* Check if entry is in block mode before qed_spq_add_entry, in qed_spq_post() 876 rc = qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority); in qed_spq_post()
|
Completed in 3 milliseconds