Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_bsg.c155 int *bpl_entries) in lpfc_alloc_bsg_buffers() argument
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()
1614 int bpl_entries; in lpfc_bsg_send_mgmt_rsp() local
1642 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
1644 1, bpl, &bpl_entries); in lpfc_bsg_send_mgmt_rsp()
1652 rc = lpfc_issue_ct_rsp(phba, job, tag, cmp, bmp, bpl_entries); in lpfc_bsg_send_mgmt_rsp()