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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c150 int *bpl_entries)
157 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE)))
161 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 :
1580 int bpl_entries; local
1608 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64));
1610 1, bpl, &bpl_entries);
1618 rc = lpfc_issue_ct_rsp(phba, job, tag, cmp, bmp, bpl_entries);
148 lpfc_alloc_bsg_buffers(struct lpfc_hba *phba, unsigned int size, int outbound_buffers, struct ulp_bde64 *bpl, int *bpl_entries) argument

Completed in 158 milliseconds