Searched defs:ecore_ll2_tx_queue (Results 1 – 1 of 1) sorted by relevance
90 struct ecore_ll2_tx_queue { struct91 osal_spinlock_t lock;92 struct ecore_chain txq_chain;93 u8 tx_sb_index;94 bool b_cb_registred;95 __le16 *p_fw_cons;96 osal_list_t active_descq;97 osal_list_t free_descq;98 osal_list_t sending_descq;99 struct ecore_ll2_tx_packet *descq_array;[all …]