Lines Matching refs:ulp_bde64

154 		       int outbound_buffers, struct ulp_bde64 *bpl,  in lpfc_alloc_bsg_buffers()
387 struct ulp_bde64 *bpl = NULL; in lpfc_bsg_send_mgmt_cmd()
443 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_cmd()
444 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
455 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd()
468 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
914 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event()
1495 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in lpfc_issue_ct_rsp()
1614 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp()
1643 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp()
1644 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
2541 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri()
2568 bpl = (struct ulp_bde64 *) dmabuf->virt; in lpfcdiag_loop_get_xri()
2762 struct ulp_bde64 *bpl, uint32_t size, in diag_cmd_data_alloc()
2854 struct ulp_bde64 *rxbpl = NULL; in lpfcdiag_loop_post_rxbufs()
2867 rxbpl = (struct ulp_bde64 *) rxbmp->virt; in lpfcdiag_loop_post_rxbufs()
3003 struct ulp_bde64 *txbpl = NULL; in lpfc_bsg_diag_loopback_run()
3123 txbpl = (struct ulp_bde64 *) txbmp->virt; in lpfc_bsg_diag_loopback_run()
3175 cmd->un.xseq64.bdl.bdeSize = (num_bde * sizeof(struct ulp_bde64)); in lpfc_bsg_diag_loopback_run()
4610 struct ulp_bde64 *bde; in lpfc_bsg_issue_mbox()
4787 bde = (struct ulp_bde64 *)&pmb->un.varWords[4]; in lpfc_bsg_issue_mbox()
5056 struct ulp_bde64 *bpl = NULL; in lpfc_menlo_cmd()
5117 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_menlo_cmd()
5118 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_menlo_cmd()
5129 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_menlo_cmd()
5149 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_menlo_cmd()