Searched refs:LPFC_BPL_SIZE (Results 1 – 8 of 8) sorted by relevance
| /drivers/scsi/lpfc/ |
| A D | lpfc_mem.c | 116 LPFC_BPL_SIZE, in lpfc_mem_alloc() 168 &phba->pcidev->dev, LPFC_BPL_SIZE, align, 0); in lpfc_mem_alloc() 524 hbqbp->total_size = LPFC_BPL_SIZE; in lpfc_els_hbq_alloc()
|
| A D | lpfc_scsi.h | 144 #define LPFC_BPL_SIZE 1024 macro
|
| A D | lpfc_bsg.c | 167 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE))) in lpfc_alloc_bsg_buffers() 171 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 : in lpfc_alloc_bsg_buffers() 172 size/LPFC_BPL_SIZE); in lpfc_alloc_bsg_buffers() 208 (bytes_left >= LPFC_BPL_SIZE ? LPFC_BPL_SIZE : in lpfc_alloc_bsg_buffers() 247 (dma_offset < LPFC_BPL_SIZE)) { in lpfc_bsg_copy_data() 259 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 260 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 447 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd() 458 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd() 1622 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
|
| A D | lpfc_ct.c | 3208 memset(rq->virt, 0, LPFC_BPL_SIZE); in lpfc_fdmi_cmd() 3209 rsp_size = LPFC_BPL_SIZE; in lpfc_fdmi_cmd() 3271 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3331 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3709 memset(data, 0, LPFC_BPL_SIZE); in lpfc_vmid_cmd() 3717 rsp_size = LPFC_BPL_SIZE; in lpfc_vmid_cmd()
|
| A D | lpfc_mbox.c | 77 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_mbox_rsrc_prep()
|
| A D | lpfc_els.c | 6391 if (cmdsize > LPFC_BPL_SIZE) in lpfc_els_rsp_echo_acc() 6392 cmdsize = LPFC_BPL_SIZE; in lpfc_els_rsp_echo_acc() 8101 (payload_len + length <= LPFC_BPL_SIZE)) { in lpfc_els_rcv_rscn()
|
| A D | lpfc_sli.c | 22272 memset((void *)pcmd->virt, 0, LPFC_BPL_SIZE); in lpfc_read_object() 22277 read_object->u.request.rd_object_hbuf[0].length = LPFC_BPL_SIZE; in lpfc_read_object()
|
| A D | lpfc_init.c | 4103 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE); in lpfc_sli4_els_sgl_update()
|
Completed in 1330 milliseconds