Lines Matching refs:ulp_bde64
158 int outbound_buffers, struct ulp_bde64 *bpl, in lpfc_alloc_bsg_buffers()
395 struct ulp_bde64 *bpl = NULL; in lpfc_bsg_send_mgmt_cmd()
451 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_cmd()
452 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
463 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_bsg_send_mgmt_cmd()
476 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_bsg_send_mgmt_cmd()
926 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event()
1514 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in lpfc_issue_ct_rsp()
1634 struct ulp_bde64 *bpl; in lpfc_bsg_send_mgmt_rsp()
1663 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_bsg_send_mgmt_rsp()
1664 bpl_entries = (LPFC_BPL_SIZE/sizeof(struct ulp_bde64)); in lpfc_bsg_send_mgmt_rsp()
2655 struct ulp_bde64 *bpl = NULL; in lpfcdiag_loop_get_xri()
2682 bpl = (struct ulp_bde64 *) dmabuf->virt; in lpfcdiag_loop_get_xri()
2876 struct ulp_bde64 *bpl, uint32_t size, in diag_cmd_data_alloc()
2964 struct ulp_bde64 *rxbpl = NULL; in lpfcdiag_loop_post_rxbufs()
2979 rxbpl = (struct ulp_bde64 *) rxbmp->virt; in lpfcdiag_loop_post_rxbufs()
3115 struct ulp_bde64 *txbpl = NULL; in lpfc_bsg_diag_loopback_run()
3233 txbpl = (struct ulp_bde64 *) txbmp->virt; in lpfc_bsg_diag_loopback_run()
3285 cmd->un.xseq64.bdl.bdeSize = (num_bde * sizeof(struct ulp_bde64)); in lpfc_bsg_diag_loopback_run()
4737 struct ulp_bde64 *bde; in lpfc_bsg_issue_mbox()
4914 bde = (struct ulp_bde64 *)&pmb->un.varWords[4]; in lpfc_bsg_issue_mbox()
5188 struct ulp_bde64 *bpl = NULL; in lpfc_menlo_cmd()
5246 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_menlo_cmd()
5247 request_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64); in lpfc_menlo_cmd()
5258 reply_nseg = LPFC_BPL_SIZE/sizeof(struct ulp_bde64) - request_nseg; in lpfc_menlo_cmd()
5278 (request_nseg + reply_nseg) * sizeof(struct ulp_bde64); in lpfc_menlo_cmd()