Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c150 int *bpl_entries) in lpfc_alloc_bsg_buffers() argument
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()