Home
last modified time | relevance | path

Searched refs:mpi25_ieee_chain (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mfi/
H A Dmfi_tbolt.c804 MPI25_IEEE_SGE_CHAIN64 *mpi25_ieee_chain; in mfi_build_mpt_pass_thru() local
812 mpi25_ieee_chain = (MPI25_IEEE_SGE_CHAIN64 *)&io_req->SGL.IeeeChain; in mfi_build_mpt_pass_thru()
819 mpi25_ieee_chain->Address = mfi_cmd->cm_frame_busaddr; in mfi_build_mpt_pass_thru()
825 mpi25_ieee_chain->Flags= MPI2_IEEE_SGE_FLAGS_CHAIN_ELEMENT in mfi_build_mpt_pass_thru()
829 mpi25_ieee_chain->Length = 1024; in mfi_build_mpt_pass_thru()
/freebsd/sys/dev/mrsas/
H A Dmrsas.c3905 MPI25_IEEE_SGE_CHAIN64 *mpi25_ieee_chain; in mrsas_build_mptmfi_passthru() local
3936 mpi25_ieee_chain = (MPI25_IEEE_SGE_CHAIN64 *) & io_req->SGL.IeeeChain; in mrsas_build_mptmfi_passthru()
3942 mpi25_ieee_chain->Address = htole64(mfi_cmd->frame_phys_addr); in mrsas_build_mptmfi_passthru()
3944 mpi25_ieee_chain->Flags = IEEE_SGE_FLAGS_CHAIN_ELEMENT | in mrsas_build_mptmfi_passthru()
3947 mpi25_ieee_chain->Length = htole32(sc->max_chain_frame_sz); in mrsas_build_mptmfi_passthru()