Home
last modified time | relevance | path

Searched refs:bpl_entries (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_bsg.c159 int *bpl_entries) in lpfc_alloc_bsg_buffers()
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()
1636 int bpl_entries; in lpfc_bsg_send_mgmt_rsp() local
1664 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
1666 1, bpl, &bpl_entries); in lpfc_bsg_send_mgmt_rsp()
1674 rc = lpfc_issue_ct_rsp(phba, job, tag, cmp, bmp, bpl_entries); in lpfc_bsg_send_mgmt_rsp()
157 lpfc_alloc_bsg_buffers(struct lpfc_hba *phba, unsigned int size, int outbound_buffers, struct ulp_bde64 *bpl, int *bpl_entries) lpfc_alloc_bsg_buffers() argument
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_bsg.c150 int *bpl_entries) in lpfc_alloc_bsg_buffers()
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()
1580 int bpl_entries; in lpfc_bsg_send_mgmt_rsp() local
1608 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
1610 1, bpl, &bpl_entries); in lpfc_bsg_send_mgmt_rsp()
1618 rc = lpfc_issue_ct_rsp(phba, job, tag, cmp, bmp, bpl_entries); in lpfc_bsg_send_mgmt_rsp()
148 lpfc_alloc_bsg_buffers(struct lpfc_hba *phba, unsigned int size, int outbound_buffers, struct ulp_bde64 *bpl, int *bpl_entries) lpfc_alloc_bsg_buffers() argument

Completed in 13 milliseconds