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