Searched refs:LPFC_BPL_SIZE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1467 rsp_size = LPFC_BPL_SIZE; in lpfc_fdmi_cmd() 1518 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1536 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1554 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1571 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1588 if ((size + 8) > (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1615 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1633 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1651 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() 1669 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd() [all …]
|
D | lpfc_mem.c | 110 LPFC_BPL_SIZE, in lpfc_mem_alloc() 161 phba->pcidev, LPFC_BPL_SIZE, align, 0); in lpfc_mem_alloc() 461 hbqbp->size = LPFC_BPL_SIZE; in lpfc_els_hbq_alloc() 521 dma_buf->size = LPFC_BPL_SIZE; in lpfc_sli4_rb_alloc()
|
D | lpfc_scsi.h | 181 #define LPFC_BPL_SIZE 1024 macro
|
D | lpfc_bsg.c | 162 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE))) in lpfc_alloc_bsg_buffers() 166 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 : in lpfc_alloc_bsg_buffers() 167 size/LPFC_BPL_SIZE); in lpfc_alloc_bsg_buffers() 203 (bytes_left >= LPFC_BPL_SIZE ? LPFC_BPL_SIZE : in lpfc_alloc_bsg_buffers() 242 (dma_offset < LPFC_BPL_SIZE)) { in lpfc_bsg_copy_data() 254 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 255 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 444 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd() 455 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd() 1644 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp() [all …]
|
D | lpfc_mbox.c | 92 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_dump_static_vport() 2243 memset(mp->virt, 0, LPFC_BPL_SIZE); in lpfc_sli4_dump_cfg_rg23()
|
D | lpfc_els.c | 4467 if (cmdsize > LPFC_BPL_SIZE) in lpfc_els_rsp_echo_acc() 4468 cmdsize = LPFC_BPL_SIZE; in lpfc_els_rsp_echo_acc() 4939 (payload_len + length <= LPFC_BPL_SIZE)) { in lpfc_els_rcv_rscn()
|
D | lpfc_init.c | 3127 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE); in lpfc_sli4_xri_sgl_update()
|