Searched defs:bnx2x_fastpath (Results 1 – 1 of 1) sorted by relevance
550 struct bnx2x_fastpath { struct551 struct bnx2x *bp; /* parent */553 struct napi_struct napi;555 union host_hc_status_block status_blk;557 __le16 *sb_index_values;558 __le16 *sb_running_index;560 u32 ustorm_rx_prods_offset;562 u32 rx_buf_size;563 u32 rx_frag_size; /* 0 if kmalloced(), or rx_buf_size + NET_SKB_PAD */564 dma_addr_t status_blk_mapping;[all …]