Lines Matching defs:index
333 /* fp index inside class of service range */
335 ((fp)->index + cos * BNX2X_NUM_NON_CNIC_QUEUES(bp))
469 idx - index of the most significant bit in the created mask */
590 u8 index; /* number in fp array */
591 u8 rx_queue; /* index for skb_record */
622 #define bnx2x_sp_obj(bp, fp) ((bp)->sp_objs[(fp)->index])
623 #define bnx2x_fp_stats(bp, fp) (&((bp)->fp_stats[(fp)->index]))
624 #define bnx2x_fp_qstats(bp, fp) (&((bp)->fp_stats[(fp)->index].eth_q_stats))
641 #define IS_ETH_FP(fp) ((fp)->index < BNX2X_NUM_ETH_QUEUES((fp)->bp))
642 #define IS_FCOE_FP(fp) ((fp)->index == FCOE_IDX((fp)->bp))
1693 /* Start index of the "special" (CNIC related) L2 clients */