Lines Matching refs:bde
280 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
801 * through sg elements and format the bde. This routine also initializes all
826 * data bde entry.
859 * the bde's.
891 * explicitly reinitialized and for SLI-3 the extended bde count is
900 * This I/O has more than 3 BDE so the 1st data bde will
912 /* ebde count includes the response bde and data bpl */
915 /* ebde count includes the response bde and data bdes */
1579 /* advance bpl and increment bde count */
1614 /* advance bpl and increment bde count */
1746 /* advance bpl and increment bde count */
1776 /* advance bpl and increment bde count */
2235 /* advance sgl and increment bde count */
2509 * fcp_rsp regions to the first data bde entry
3059 struct ulp_bde64 *bde;
3067 * data bde entry.
3195 bde = (struct ulp_bde64 *)
3197 bde->addrLow = first_data_sgl->addr_lo;
3198 bde->addrHigh = first_data_sgl->addr_hi;
3199 bde->tus.f.bdeSize =
3201 bde->tus.f.bdeFlags = BUFF_TYPE_BDE_64;
3202 bde->tus.w = cpu_to_le32(bde->tus.w);
3219 bde = (struct ulp_bde64 *)
3221 memset(bde, 0, (sizeof(uint32_t) * 3));
4619 * data bde entry.