Home
last modified time | relevance | path

Searched refs:MPI25_IEEE_SGE_CHAIN64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_sas.h195 MPI25_IEEE_SGE_CHAIN64 IeeeChain64; /* MPI v2.5 only */
H A Dmpi2.h1197 } MPI25_IEEE_SGE_CHAIN64, MPI2_POINTER PTR_MPI25_IEEE_SGE_CHAIN64, typedef
1222 MPI25_IEEE_SGE_CHAIN64 IeeeChain;
/freebsd/sys/dev/mpr/
H A Dmpr_table.c540 MPI25_IEEE_SGE_CHAIN64 *ieee_sgc; in mpr_print_sgl()
562 ieee_sgc = (MPI25_IEEE_SGE_CHAIN64 *)ieee_sge; in mpr_print_sgl()
H A Dmpr.c3209 ((uint8_t *)main_chain_element + sizeof(MPI25_IEEE_SGE_CHAIN64)); in mpr_check_pcie_native_sgl()
3383 MPI25_IEEE_SGE_CHAIN64 *ieee_sgc; in mpr_add_chain()
3399 sgc_size = sizeof(MPI25_IEEE_SGE_CHAIN64); in mpr_add_chain()
/freebsd/sys/dev/mfi/
H A Dmfi_tbolt.c804 MPI25_IEEE_SGE_CHAIN64 *mpi25_ieee_chain; in mfi_build_mpt_pass_thru()
812 mpi25_ieee_chain = (MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL.IeeeChain; in mfi_build_mpt_pass_thru()
H A Dmfireg.h1717 } MPI25_IEEE_SGE_CHAIN64, *pMpi25IeeeSgeChain64_t; typedef
/freebsd/sys/dev/mrsas/
H A Dmrsas_cam.c1533 ((u_int8_t *)sgl_ptr + sizeof(MPI25_IEEE_SGE_CHAIN64)); in mrsas_build_prp_nvme()
H A Dmrsas.c3905 MPI25_IEEE_SGE_CHAIN64 *mpi25_ieee_chain; in mrsas_build_mptmfi_passthru()
3936 mpi25_ieee_chain = (MPI25_IEEE_SGE_CHAIN64 *) & io_req->SGL.IeeeChain; in mrsas_build_mptmfi_passthru()
H A Dmrsas.h330 } MPI25_IEEE_SGE_CHAIN64, MPI2_POINTER PTR_MPI25_IEEE_SGE_CHAIN64, typedef