Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_bsg.c159 int *bpl_entries) in lpfc_alloc_bsg_buffers() argument
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()