Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c607 u8 fp_idx = fp->index; in bnx2x_vfpf_setup_q() local
632 req->vf_qid = fp_idx; in bnx2x_vfpf_setup_q()
640 req->rxq.vf_sb = fp_idx; in bnx2x_vfpf_setup_q()
657 req->txq.vf_sb = fp_idx; in bnx2x_vfpf_setup_q()
673 fp_idx); in bnx2x_vfpf_setup_q()
677 fp_idx, resp->hdr.status); in bnx2x_vfpf_setup_q()
H A Dbnx2x_main.c6360 static void bnx2x_init_eth_fp(struct bnx2x *bp, int fp_idx) in bnx2x_init_eth_fp() argument
6362 struct bnx2x_fastpath *fp = &bp->fp[fp_idx]; in bnx2x_init_eth_fp()
6366 fp->rx_queue = fp_idx; in bnx2x_init_eth_fp()
6367 fp->cid = fp_idx; in bnx2x_init_eth_fp()
6413 fp_idx, bp, fp->status_blk.e2_sb, fp->cl_id, fp->fw_sb_id, in bnx2x_init_eth_fp()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h167 int fp_idx; member
H A Dqedf_main.c813 io_req, sc_cmd, io_req->xid, io_req->fp_idx, in qedf_eh_abort()