Home
last modified time | relevance | path

Searched refs:bfa_fn_lpu (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_svc.c801 bfa_fn_lpu(bfa)); in bfa_fcxp_queue()
1677 bfa_fn_lpu(lps->bfa)); in bfa_lps_send_login()
1704 bfa_fn_lpu(lps->bfa)); in bfa_lps_send_logout()
1723 bfa_fn_lpu(lps->bfa)); in bfa_lps_send_set_n2n_pid()
3170 bfa_fn_lpu(fcport->bfa)); in bfa_fcport_send_enable()
3213 bfa_fn_lpu(fcport->bfa)); in bfa_fcport_send_disable()
3340 bfa_fn_lpu(fcport->bfa)); in bfa_fcport_send_stats_get()
3405 bfa_fn_lpu(fcport->bfa)); in bfa_fcport_send_stats_clear()
4905 bfa_fn_lpu(rp->bfa)); in bfa_rport_send_fwcreate()
4938 bfa_fn_lpu(rp->bfa)); in bfa_rport_send_fwdelete()
[all …]
H A Dbfa_fcpim.c1164 bfa_fn_lpu(itnim->bfa)); in bfa_itnim_send_fwcreate()
1193 bfa_fn_lpu(itnim->bfa)); in bfa_itnim_send_fwdelete()
2563 bfi_h2i_set(m->mh, BFI_MC_IOIM_READ, 0, bfa_fn_lpu(ioim->bfa)); in bfa_ioim_send_ioreq()
2568 bfi_h2i_set(m->mh, BFI_MC_IOIM_WRITE, 0, bfa_fn_lpu(ioim->bfa)); in bfa_ioim_send_ioreq()
2577 bfi_h2i_set(m->mh, BFI_MC_IOIM_IO, 0, bfa_fn_lpu(ioim->bfa)); in bfa_ioim_send_ioreq()
2581 bfi_h2i_set(m->mh, BFI_MC_IOIM_IO, 0, bfa_fn_lpu(ioim->bfa)); in bfa_ioim_send_ioreq()
2644 bfi_h2i_set(m->mh, BFI_MC_IOIM, msgop, bfa_fn_lpu(ioim->bfa)); in bfa_ioim_send_abort()
3393 bfa_fn_lpu(tskim->bfa)); in bfa_tskim_send()
3428 bfa_fn_lpu(tskim->bfa)); in bfa_tskim_send_abort()
H A Dbfa_core.c1028 bfa_fn_lpu(bfa)); in bfa_iocfc_send_cfg()
1388 BFI_IOCFC_H2I_FAA_QUERY_REQ, bfa_fn_lpu(bfa)); in bfa_faa_query()
1643 bfa_fn_lpu(bfa)); in bfa_iocfc_israttr_set()
H A Dbfa.h262 #define bfa_fn_lpu(__bfa) \ macro