Searched defs:qed_ll2_rx_queue (Results 1 – 1 of 1) sorted by relevance
61 struct qed_ll2_rx_queue { struct63 spinlock_t lock;64 struct qed_chain rxq_chain;65 struct qed_chain rcq_chain;66 u8 rx_sb_index;67 u8 ctx_based;68 bool b_cb_registered;69 __le16 *p_fw_cons;70 struct list_head active_descq;71 struct list_head free_descq;[all …]