Searched refs:bpl_entries (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 155 int *bpl_entries) lpfc_alloc_bsg_buffers() 162 if (!size || (size > (*bpl_entries * LPFC_BPL_SIZE))) lpfc_alloc_bsg_buffers() 166 *bpl_entries = (size % LPFC_BPL_SIZE ? size/LPFC_BPL_SIZE + 1 : lpfc_alloc_bsg_buffers() 1614 int bpl_entries; lpfc_bsg_send_mgmt_rsp() local 1642 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); lpfc_bsg_send_mgmt_rsp() 1644 1, bpl, &bpl_entries); lpfc_bsg_send_mgmt_rsp() 1652 rc = lpfc_issue_ct_rsp(phba, job, tag, cmp, bmp, bpl_entries); lpfc_bsg_send_mgmt_rsp() 153 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 59 milliseconds