Searched refs:LPFC_BPL_SIZE (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H 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() 501 hbqbp->total_size = LPFC_BPL_SIZE; in lpfc_els_hbq_alloc()
|
H A D | lpfc_scsi.h | 134 #define LPFC_BPL_SIZE 1024 macro
|
H A D | lpfc_bsg.c | 166 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE))) in lpfc_alloc_bsg_buffers() 170 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 : in lpfc_alloc_bsg_buffers() 171 size/LPFC_BPL_SIZE); in lpfc_alloc_bsg_buffers() 207 (bytes_left >= LPFC_BPL_SIZE ? LPFC_BPL_SIZE : in lpfc_alloc_bsg_buffers() 246 (dma_offset < LPFC_BPL_SIZE)) { in lpfc_bsg_copy_data() 258 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 259 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 452 request_nseg = LPFC_BPL_SIZE/sizeo in lpfc_bsg_send_mgmt_cmd() [all...] |
H A D | lpfc_mbox.c | 94 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_dump_static_vport() 2289 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_sli4_dump_cfg_rg23() 2436 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_sli4_dump_page_a0()
|
H A D | lpfc_ct.c | 3101 rsp_size = LPFC_BPL_SIZE; in lpfc_fdmi_cmd() 3145 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3190 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
|
H A D | lpfc_els.c | 5379 if (cmdsize > LPFC_BPL_SIZE) in lpfc_els_rsp_echo_acc() 5380 cmdsize = LPFC_BPL_SIZE; in lpfc_els_rsp_echo_acc() 6841 (payload_len + length <= LPFC_BPL_SIZE)) { in lpfc_els_rcv_rscn()
|
H A D | lpfc_init.c | 3769 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE); in lpfc_sli4_els_sgl_update()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.h | 130 #define LPFC_BPL_SIZE 1024 macro
|
H 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()
|
H 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/sizeo in lpfc_bsg_send_mgmt_cmd() [all...] |
H A D | lpfc_ct.c | 3230 /* mbuf buffers are 1K in length - aka LPFC_BPL_SIZE */ in lpfc_fdmi_cmd() 3231 memset(rq->virt, 0, LPFC_BPL_SIZE); in lpfc_fdmi_cmd() 3232 rsp_size = LPFC_BPL_SIZE; in lpfc_fdmi_cmd() 3294 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3354 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 3737 memset(data, 0, LPFC_BPL_SIZE); in lpfc_vmid_cmd() 3745 rsp_size = LPFC_BPL_SIZE; in lpfc_vmid_cmd()
|
H A D | lpfc_mbox.c | 77 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_mbox_rsrc_prep()
|
H A D | lpfc_els.c | 6445 if (cmdsize > LPFC_BPL_SIZE) in lpfc_els_rsp_echo_acc() 6446 cmdsize = LPFC_BPL_SIZE; in lpfc_els_rsp_echo_acc() 8160 (payload_len + length <= LPFC_BPL_SIZE)) { in lpfc_els_rcv_rscn()
|
H A D | lpfc_sli.c | 22168 * This routine is limited to object sizes of LPFC_BPL_SIZE (1024) or less. 22216 memset((void *)pcmd->virt, 0, LPFC_BPL_SIZE); in lpfc_read_object() 22221 read_object->u.request.rd_object_hbuf[0].length = LPFC_BPL_SIZE; in lpfc_read_object()
|
H A D | lpfc_init.c | 4111 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE); in lpfc_sli4_els_sgl_update()
|
Completed in 100 milliseconds