Searched defs:ecore_ll2_rx_queue (Results 1 – 1 of 1) sorted by relevance
76 struct ecore_ll2_rx_queue { struct77 osal_spinlock_t lock;78 struct ecore_chain rxq_chain;79 struct ecore_chain rcq_chain;80 u8 rx_sb_index;81 bool b_cb_registred;82 __le16 *p_fw_cons;83 osal_list_t active_descq;84 osal_list_t free_descq;85 osal_list_t posting_descq;[all …]