Lines Matching refs:ulp_bde64

157 		       int outbound_buffers, struct ulp_bde64 *bpl,  in lpfc_alloc_bsg_buffers()
394 struct ulp_bde64 *bpl = NULL; in lpfc_bsg_send_mgmt_cmd()
450 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_cmd()
451 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
462 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd()
475 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
925 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event()
1515 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in lpfc_issue_ct_rsp()
1636 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp()
1665 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp()
1666 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
2582 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri()
2609 bpl = (struct ulp_bde64 *) dmabuf->virt; in lpfcdiag_loop_get_xri()
2803 struct ulp_bde64 *bpl, uint32_t size, in diag_cmd_data_alloc()
2894 struct ulp_bde64 *rxbpl = NULL; in lpfcdiag_loop_post_rxbufs()
2909 rxbpl = (struct ulp_bde64 *) rxbmp->virt; in lpfcdiag_loop_post_rxbufs()
3045 struct ulp_bde64 *txbpl = NULL; in lpfc_bsg_diag_loopback_run()
3163 txbpl = (struct ulp_bde64 *) txbmp->virt; in lpfc_bsg_diag_loopback_run()
3215 cmd->un.xseq64.bdl.bdeSize = (num_bde * sizeof(struct ulp_bde64)); in lpfc_bsg_diag_loopback_run()
4667 struct ulp_bde64 *bde; in lpfc_bsg_issue_mbox()
4844 bde = (struct ulp_bde64 *)&pmb->un.varWords[4]; in lpfc_bsg_issue_mbox()
5118 struct ulp_bde64 *bpl = NULL; in lpfc_menlo_cmd()
5176 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_menlo_cmd()
5177 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_menlo_cmd()
5188 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_menlo_cmd()
5208 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_menlo_cmd()