Lines Matching refs:bde
359 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
827 * through sg elements and format the bde. This routine also initializes all
852 * data bde entry.
885 * the bde's.
917 * explicitly reinitialized and for SLI-3 the extended bde count is
926 * This I/O has more than 3 BDE so the 1st data bde will
938 /* ebde count includes the response bde and data bpl */
941 /* ebde count includes the response bde and data bdes */
1605 /* advance bpl and increment bde count */
1640 /* advance bpl and increment bde count */
1772 /* advance bpl and increment bde count */
1802 /* advance bpl and increment bde count */
2261 /* advance sgl and increment bde count */
2536 * fcp_rsp regions to the first data bde entry
3059 struct ulp_bde64 *bde;
3067 * data bde entry.
3193 bde = (struct ulp_bde64 *)
3195 bde->addrLow = first_data_sgl->addr_lo;
3196 bde->addrHigh = first_data_sgl->addr_hi;
3197 bde->tus.f.bdeSize =
3199 bde->tus.f.bdeFlags = BUFF_TYPE_BDE_64;
3200 bde->tus.w = cpu_to_le32(bde->tus.w);
3211 bde = (struct ulp_bde64 *)
3213 memset(bde, 0, (sizeof(uint32_t) * 3));
4127 * data bde entry.