Searched refs:ulp_bde64 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.h142 struct ulp_bde64 *fcp_bpl;
H A Dlpfc_bsg.c247 struct ulp_bde64 *bpl = NULL;
312 bpl = (struct ulp_bde64 *) bmp->virt;
342 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64);
522 struct ulp_bde64 *bpl;
581 bpl = (struct ulp_bde64 *) pbuflist->virt;
607 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64);
793 struct ulp_bde64 *bde;
1311 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64));
1412 struct ulp_bde64 *bpl;
1444 bpl = (struct ulp_bde64 *) bm
[all...]
H A Dlpfc_hw.h1676 struct ulp_bde64 dl_from_bde64;
1730 struct ulp_bde64 xmit_bde64;
1731 struct ulp_bde64 rcv_bde64;
1744 struct ulp_bde64 rcv_bde64;
2030 struct ulp_bde64 sp64;
2086 struct ulp_bde64 sp64;
2237 struct ulp_bde64 sp64;
2399 struct ulp_bde64 lilpBde64;
3281 struct ulp_bde64 rcvBde;
3314 struct ulp_bde64 elsRe
[all...]
H A Dlpfc_hw4.h175 struct ulp_bde64 { struct
428 struct ulp_bde64 bde;
1470 struct ulp_bde64 bde;
2329 struct ulp_bde64 bde;
2358 struct ulp_bde64 bde;
2429 struct ulp_bde64 bde;
2439 struct ulp_bde64 bde;
2448 struct ulp_bde64 bde;
2482 struct ulp_bde64 bde;
2491 struct ulp_bde64 bd
[all...]
H A Dlpfc_ct.c215 lpfc_alloc_ct_rsp(struct lpfc_hba *phba, int cmdcode, struct ulp_bde64 *bpl,
325 icmd->un.genreq64.bdl.bdeSize = (num_entry * sizeof (struct ulp_bde64));
390 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt;
1102 struct ulp_bde64 *bpl;
1150 bpl = (struct ulp_bde64 *) bmp->virt;
1151 memset(bpl, 0, sizeof(struct ulp_bde64));
1361 struct ulp_bde64 *bpl;
1702 bpl = (struct ulp_bde64 *) bmp->virt;
H A Dlpfc_scsi.c494 struct ulp_bde64 *bpl;
591 (2 * sizeof(struct ulp_bde64));
1028 struct ulp_bde64 *bpl = lpfc_cmd->fcp_bpl;
1031 struct ulp_bde64 *data_bde = iocb_cmd->unsli3.fcp_ext.dbde;
1118 sizeof(struct ulp_bde64));
1121 (2 * sizeof(struct ulp_bde64)));
1132 ((num_bde + 2) * sizeof(struct ulp_bde64));
1301 struct ulp_bde64 *bpl, int datasegcnt)
1415 struct ulp_bde64 *bpl, int datacnt, int protcnt)
1421 struct ulp_bde64 *prot_bd
[all...]
H A Dlpfc_sli.c5840 struct ulp_bde64 *bpl = NULL;
5841 struct ulp_bde64 bde;
5854 sizeof(struct ulp_bde64);
5859 bpl = (struct ulp_bde64 *)
5945 struct ulp_bde64 *bpl = NULL;
5948 struct ulp_bde64 bde;
5967 sizeof(struct ulp_bde64);
5968 bpl = (struct ulp_bde64 *)
11638 struct ulp_bde64 *pbde;
11680 pbde = (struct ulp_bde64 *)
[all...]
H A Dlpfc_els.c156 struct ulp_bde64 *bpl;
234 icmd->un.elsreq64.bdl.bdeSize = (2 * sizeof(struct ulp_bde64));
238 icmd->un.elsreq64.bdl.bdeSize = sizeof(struct ulp_bde64);
258 bpl = (struct ulp_bde64 *) pbuflist->virt;
H A Dlpfc_init.c3944 ((phba->cfg_sg_seg_cnt + 2) * sizeof(struct ulp_bde64));
3949 phba->cfg_prot_sg_seg_cnt * sizeof(struct ulp_bde64);

Completed in 279 milliseconds