Searched defs:ol_tx_flow_pool_t (Results 1 – 1 of 1) sorted by relevance
515 struct ol_tx_flow_pool_t { struct517 qdf_spinlock_t flow_pool_lock;518 uint8_t flow_pool_id;519 uint16_t flow_pool_size;520 uint16_t avail_desc;521 uint16_t deficient_desc;522 uint16_t overflow_desc;523 enum flow_pool_status status;524 enum htt_flow_type flow_type;525 uint8_t member_flow_id;[all …]