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