Searched refs:LPFC_BPL_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_scsi.h | 130 #define LPFC_BPL_SIZE 1024 macro
|
A D | lpfc_mem.c | 93 LPFC_BPL_SIZE, in lpfc_mem_alloc() 145 &phba->pcidev->dev, LPFC_BPL_SIZE, align, 0); in lpfc_mem_alloc() 517 hbqbp->total_size = LPFC_BPL_SIZE; in lpfc_els_hbq_alloc()
|
A D | lpfc_bsg.c | 157 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE))) in lpfc_alloc_bsg_buffers() 161 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 : in lpfc_alloc_bsg_buffers() 162 size/LPFC_BPL_SIZE); in lpfc_alloc_bsg_buffers() 198 (bytes_left >= LPFC_BPL_SIZE ? LPFC_BPL_SIZE : in lpfc_alloc_bsg_buffers() 237 (dma_offset < LPFC_BPL_SIZE)) { in lpfc_bsg_copy_data() 249 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 250 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 433 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd() 444 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd() 1608 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
|
A D | lpfc_ct.c | 3223 memset(rq->virt, 0, LPFC_BPL_SIZE); in lpfc_fdmi_cmd() 3224 rsp_size = LPFC_BPL_SIZE; in lpfc_fdmi_cmd() 3286 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3346 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3729 memset(data, 0, LPFC_BPL_SIZE); in lpfc_vmid_cmd() 3737 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 | 6431 if (cmdsize > LPFC_BPL_SIZE) in lpfc_els_rsp_echo_acc() 6432 cmdsize = LPFC_BPL_SIZE; in lpfc_els_rsp_echo_acc() 8146 (payload_len + length <= LPFC_BPL_SIZE)) { in lpfc_els_rcv_rscn()
|
A D | lpfc_sli.c | 22143 memset((void *)pcmd->virt, 0, LPFC_BPL_SIZE); in lpfc_read_object() 22148 read_object->u.request.rd_object_hbuf[0].length = LPFC_BPL_SIZE; in lpfc_read_object()
|
A D | lpfc_init.c | 4107 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE); in lpfc_sli4_els_sgl_update()
|
Completed in 99 milliseconds