Searched refs:LPFC_BPL_SIZE (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/scsi/lpfc/ | 
| D | lpfc_scsi.h | 130 #define LPFC_BPL_SIZE		1024  macro
  | 
| 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()
  | 
| 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()
  | 
| D | lpfc_ct.c | 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()
  | 
| D | lpfc_mbox.c | 77 	memset(mp->virt, 0, LPFC_BPL_SIZE);  in lpfc_mbox_rsrc_prep()
  | 
| 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()
  | 
| D | lpfc_sli.c | 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()
  | 
| D | lpfc_init.c | 4111 			memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE);  in lpfc_sli4_els_sgl_update()
  |