Searched defs:bnx2x_fastpath (Results 1 – 1 of 1) sorted by relevance
544 struct bnx2x_fastpath { struct545 struct bnx2x *bp; /* parent */547 struct napi_struct napi;549 union host_hc_status_block status_blk;551 __le16 *sb_index_values;552 __le16 *sb_running_index;554 u32 ustorm_rx_prods_offset;556 u32 rx_buf_size;557 u32 rx_frag_size; /* 0 if kmalloced(), or rx_buf_size + NET_SKB_PAD */558 dma_addr_t status_blk_mapping;[all …]