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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_spq.c673 * qed_spq_add_entry() - Add a new entry to the pending list.
686 static int qed_spq_add_entry(struct qed_hwfn *p_hwfn, function
793 qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority);
870 /* Check if entry is in block mode before qed_spq_add_entry,
876 rc = qed_spq_add_entry(p_hwfn, p_ent, p_ent->priority);

Completed in 77 milliseconds