Searched defs:qed_ll2_tx_queue (Results 1 – 1 of 1) sorted by relevance
78 struct qed_ll2_tx_queue { struct80 spinlock_t lock;81 struct qed_chain txq_chain;82 u8 tx_sb_index;83 bool b_cb_registered;84 __le16 *p_fw_cons;85 struct list_head active_descq;86 struct list_head free_descq;87 struct list_head sending_descq;88 u16 cur_completing_bd_idx;[all …]