Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c3451 struct tape_block *blp; in resp_locate() local
3464 for (i = 0, blp = devip->tape_blocks[partition]; in resp_locate()
3465 i < pos && i < devip->tape_eop[partition]; i++, blp++) in resp_locate()
3466 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_locate()
3513 struct tape_block *blp; in resp_space() local
3526 for (i = 0, blp = devip->tape_blocks[partition] + pos; i < count; in resp_space()
3530 else if (IS_TAPE_BLOCK_FM(blp->fl_size)) in resp_space()
3534 blp--; in resp_space()
3538 for (i = 0, blp = devip->tape_blocks[partition] + pos; i < count; in resp_space()
3539 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/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()