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()
913 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event()
1493 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in lpfc_issue_ct_rsp()
1612 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp()
1641 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp()
1642 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
2539 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri()
2566 bpl = (struct ulp_bde64 *) dmabuf->virt; in lpfcdiag_loop_get_xri()
2760 struct ulp_bde64 *bpl, uint32_t size, in diag_cmd_data_alloc()
2852 struct ulp_bde64 *rxbpl = NULL; in lpfcdiag_loop_post_rxbufs()
2865 rxbpl = (struct ulp_bde64 *) rxbmp->virt; in lpfcdiag_loop_post_rxbufs()
3000 struct ulp_bde64 *txbpl = NULL; in lpfc_bsg_diag_loopback_run()
3118 txbpl = (struct ulp_bde64 *) txbmp->virt; in lpfc_bsg_diag_loopback_run()
3170 cmd->un.xseq64.bdl.bdeSize = (num_bde * sizeof(struct ulp_bde64)); in lpfc_bsg_diag_loopback_run()
4596 struct ulp_bde64 *bde; in lpfc_bsg_issue_mbox()
4773 bde = (struct ulp_bde64 *)&pmb->un.varWords[4]; in lpfc_bsg_issue_mbox()
5039 struct ulp_bde64 *bpl = NULL; in lpfc_menlo_cmd()
5097 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_menlo_cmd()
5098 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_menlo_cmd()
5109 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_menlo_cmd()
5129 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_menlo_cmd()