Searched defs:qed_ll2_tx_queue (Results 1 – 2 of 2) sorted by relevance
91 struct qed_ll2_tx_queue { struct93 spinlock_t lock;94 struct qed_chain txq_chain;95 u8 tx_sb_index;96 bool b_cb_registred;97 __le16 *p_fw_cons;98 struct list_head active_descq;99 struct list_head free_descq;100 struct list_head sending_descq;101 void *descq_mem; /* memory for variable sized qed_ll2_tx_packet*/[all …]
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 …]