Searched defs:qed_ll2_rx_queue (Results 1 – 1 of 1) sorted by relevance
76 struct qed_ll2_rx_queue { struct78 spinlock_t lock;79 struct qed_chain rxq_chain;80 struct qed_chain rcq_chain;81 u8 rx_sb_index;82 bool b_cb_registered;83 __le16 *p_fw_cons;84 struct list_head active_descq;85 struct list_head free_descq;86 struct list_head posting_descq;[all …]