Searched defs:bnx2x_fastpath (Results 1 – 1 of 1) sorted by relevance
538 struct bnx2x_fastpath { struct539 struct bnx2x *bp; /* parent */541 struct napi_struct napi;544 unsigned long busy_poll_state;547 union host_hc_status_block status_blk;549 __le16 *sb_index_values;550 __le16 *sb_running_index;552 u32 ustorm_rx_prods_offset;554 u32 rx_buf_size;555 u32 rx_frag_size; /* 0 if kmalloced(), or rx_buf_size + NET_SKB_PAD */[all …]