Searched refs:LPFC_BPL_SIZE (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/scsi/lpfc/ | 
| D | lpfc_scsi.h | 134 #define LPFC_BPL_SIZE		1024  macro
 | 
| D | lpfc_mem.c | 92 							LPFC_BPL_SIZE,  in lpfc_mem_alloc()144 			&phba->pcidev->dev, LPFC_BPL_SIZE, align, 0);  in lpfc_mem_alloc()
 500 	hbqbp->total_size = LPFC_BPL_SIZE;  in lpfc_els_hbq_alloc()
 
 | 
| 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/sizeof(struct ulp_bde64);  in lpfc_bsg_send_mgmt_cmd()
 463 	reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg;  in lpfc_bsg_send_mgmt_cmd()
 1664 	bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64));  in lpfc_bsg_send_mgmt_rsp()
 [all …]
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| D | lpfc_els.c | 5352 	if (cmdsize > LPFC_BPL_SIZE)  in lpfc_els_rsp_echo_acc()5353 		cmdsize = LPFC_BPL_SIZE;  in lpfc_els_rsp_echo_acc()
 6814 			    (payload_len + length <= LPFC_BPL_SIZE)) {  in lpfc_els_rcv_rscn()
 
 | 
| D | lpfc_init.c | 3769 			memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE);  in lpfc_sli4_els_sgl_update()
 |