Home
last modified time | relevance | path

Searched refs:blp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_debug.c3457 struct tape_block *blp; in resp_locate() local
3470 for (i = 0, blp = devip->tape_blocks[partition]; in resp_locate()
3471 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()
3472 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_locate()
3519 struct tape_block *blp; in resp_space() local
3532 for (i = 0, blp = devip->tape_blocks[partition] + pos; i < count; in resp_space()
3536 else if (IS_TAPE_BLOCK_FM(blp->fl_size)) in resp_space()
3540 blp--; in resp_space()
3544 for (i = 0, blp = devip->tape_blocks[partition] + pos; i < count; in resp_space()
3545 i++, pos++, blp++) { in resp_space()
[all …]
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1446 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_els_request64_wqe()
1447 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_els_request64_wqe()
1598 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1599 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_icmnd64_wqe()
1658 bptr->u.blp.low = sge[0].buffer_address_low; in sli_fcp_iread64_wqe()
1659 bptr->u.blp.high = sge[0].buffer_address_high; in sli_fcp_iread64_wqe()
1667 bptr->u.blp.low = in sli_fcp_iread64_wqe()
1669 bptr->u.blp.high = in sli_fcp_iread64_wqe()
1764 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
1765 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_fcp_iwrite64_wqe()
[all …]
H A Dsli4.h336 struct sli4_dmaaddr blp; member
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c173 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize() local
199 blp = xfs_dir2_block_leaf_p(btp); in xfs_dir2_block_sfsize()
205 if ((addr = be32_to_cpu(blp[i].address)) == XFS_DIR2_NULL_DATAPTR) in xfs_dir2_block_sfsize()
/linux/drivers/message/fusion/
H A Dmptctl.c129 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc);
1005 struct buflist **blp, dma_addr_t *sglbuf_dma, MPT_ADAPTER *ioc) in kbuf_alloc_2_sgl() argument
1026 *blp = NULL; in kbuf_alloc_2_sgl()
1119 *blp = buflist; in kbuf_alloc_2_sgl()