Searched defs:bnx2x_fastpath (Results 1 – 1 of 1) sorted by relevance
476 struct bnx2x_fastpath { struct477 struct bnx2x *bp; /* parent */480 struct napi_struct napi;481 union host_hc_status_block status_blk;483 __le16 *sb_index_values;484 __le16 *sb_running_index;486 u32 ustorm_rx_prods_offset;488 u32 rx_buf_size;490 dma_addr_t status_blk_mapping;492 u8 max_cos; /* actual number of active tx coses */[all …]