Home
last modified time | relevance | path

Searched refs:fp_idx (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c4451 static void bnx2x_init_fp_sb(struct bnx2x *bp, int fp_idx) in bnx2x_init_fp_sb() argument
4453 struct bnx2x_fastpath *fp = &bp->fp[fp_idx]; in bnx2x_init_fp_sb()
4457 fp->index = fp->cid = fp_idx; in bnx2x_init_fp_sb()
4458 fp->cl_id = BP_L_ID(bp) + fp_idx; in bnx2x_init_fp_sb()
4460 fp->igu_sb_id = bp->igu_base_sb + fp_idx + CNIC_CONTEXT_USE; in bnx2x_init_fp_sb()
4475 fp_idx, bp, fp->status_blk.e1x_sb, fp->cl_id, fp->fw_sb_id, in bnx2x_init_fp_sb()