[go: nahoru, domu]

Searched refs:pfid (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dcnic.c1393 type_16 |= (bp->pfid << SPE_HDR_FUNCTION_ID_SHIFT) &
1443 XSTORM_ISCSI_TCP_VARS_FLAGS_OFFSET(bp->pfid), xstorm_flags);
1446 TSTORM_ISCSI_TCP_VARS_FLAGS_OFFSET(bp->pfid), tstorm_flags);
1455 u32 pfid = bp->pfid; local
1472 CNIC_WR16(dev, BAR_TSTRORM_INTMEM + TSTORM_ISCSI_RQ_SIZE_OFFSET(pfid),
1474 CNIC_WR16(dev, BAR_TSTRORM_INTMEM + TSTORM_ISCSI_PAGE_SIZE_OFFSET(pfid),
1477 TSTORM_ISCSI_PAGE_SIZE_LOG_OFFSET(pfid), CNIC_PAGE_BITS);
1479 TSTORM_ISCSI_NUM_OF_TASKS_OFFSET(pfid),
1484 USTORM_ISCSI_RQ_BUFFER_SIZE_OFFSET(pfid),
1539 u32 pfid = bp->pfid; local
2075 u32 pfid = bp->pfid; local
4226 u32 pfid = bp->pfid; local
5042 u32 pfid = bp->pfid; local
5083 u32 pfid; local
[all...]
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_lib.c73 void mdc_is_subdir_pack(struct ptlrpc_request *req, const struct lu_fid *pfid, argument
79 if (pfid) {
80 b->fid1 = *pfid;
H A Dmdc_internal.h58 void mdc_is_subdir_pack(struct ptlrpc_request *req, const struct lu_fid *pfid,
H A Dmdc_request.c308 const struct lu_fid *pfid,
322 mdc_is_subdir_pack(req, pfid, cfid, 0);
307 mdc_is_subdir(struct obd_export *exp, const struct lu_fid *pfid, const struct lu_fid *cfid, struct ptlrpc_request **request) argument
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1470 u8 pfid; /* per-path PF number */ member in struct:bnx2x
1473 #define BP_PORT(bp) (bp->pfid & 1)
1474 #define BP_FUNC(bp) (bp->pfid)
1476 #define BP_VN(bp) ((bp)->pfid >> 1)
H A Dbnx2x_main.c339 u16 pfid)
343 u32 addr = BAR_CSTRORM_INTMEM + CSTORM_EVENT_RING_DATA_OFFSET(pfid);
349 u16 pfid)
351 u32 addr = BAR_CSTRORM_INTMEM + CSTORM_EVENT_RING_PROD_OFFSET(pfid);
10721 bp->pfid = (bp->pf_num >> 1); /* 0..3 */
10723 bp->pfid = (bp->pf_num & 0x6); /* 0, 2, 4, 6 */
10726 bp->pfid = bp->pf_num; /* 0..7 */
10729 BNX2X_DEV_INFO("pf_id: %x", bp->pfid);
10865 int pfid = BP_FUNC(bp); local
10874 bp->igu_base_sb = (CHIP_MODE_IS_4_PORT(bp) ? pfid
337 storm_memset_eq_data(struct bnx2x *bp, struct event_ring_data *eq_data, u16 pfid) argument
348 storm_memset_eq_prod(struct bnx2x *bp, u16 eq_prod, u16 pfid) argument
[all...]
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1601 const struct lu_fid *pfid,
1609 rc = MDP(exp->exp_obd, is_subdir)(exp, pfid, cfid, request);
1600 md_is_subdir(struct obd_export *exp, const struct lu_fid *pfid, const struct lu_fid *cfid, struct ptlrpc_request **request) argument

Completed in 154 milliseconds