Searched defs:_lm_rx_chain_t (Results 1 – 2 of 2) sorted by relevance
843 typedef struct _lm_rx_chain_t struct845 u32_t idx;863 u8_t cpu_num; /* place holder for cpu affinity(msix) */864 u8_t cpu_num_valid;865 u16_t max_pkt_len;870 rx_bd_t *bd_chain_virt;871 lm_address_t bd_chain_phy;873 u32_t cid_addr;874 u16_t prod_idx;875 u16_t con_idx;[all …]
2534 typedef struct _lm_rx_chain_t struct2536 lm_rx_chain_common_t common;2537 u32_t idx;2538 lm_bd_chain_t chain_arr[LM_RXQ_CHAIN_IDX_MAX];2539 lm_tpa_chain_t tpa_chain;2540 u32_t lah_size; // if 0 - only LM_RXQ_CHAIN_IDX_BD chain is valid2541 u32_t ret_bytes;2542 u32_t ret_bytes_last_fw_update;2543 u16_t volatile *hw_con_idx_ptr; // TODO - remove - check non NDIS clients2545 lm_hc_sb_info_t hc_sb_info;[all …]