Searched defs:bnx2x_fastpath (Results 1 – 1 of 1) sorted by relevance
529 struct bnx2x_fastpath { struct530 struct bnx2x *bp; /* parent */532 struct napi_struct napi;535 unsigned long busy_poll_state;538 union host_hc_status_block status_blk;540 __le16 *sb_index_values;541 __le16 *sb_running_index;543 u32 ustorm_rx_prods_offset;545 u32 rx_buf_size;546 u32 rx_frag_size; /* 0 if kmalloced(), or rx_buf_size + NET_SKB_PAD */[all …]