HomeSort by relevance Sort by last modified time
    Searched full:mad_ifc (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/drivers/infiniband/
arbel.c 505 union arbelprm_mad mad_ifc; local
508 linker_assert ( sizeof ( *mad ) == sizeof ( mad_ifc.mad ),
512 memcpy ( &mad_ifc.mad, mad, sizeof ( mad_ifc.mad ) );
516 &mad_ifc ) ) != 0 ) {
523 memcpy ( mad, &mad_ifc.mad, sizeof ( *mad ) );
    [all...]
hermon.c 660 union hermonprm_mad mad_ifc; local
663 linker_assert ( sizeof ( *mad ) == sizeof ( mad_ifc.mad ),
667 memcpy ( &mad_ifc.mad, mad, sizeof ( mad_ifc.mad ) );
671 &mad_ifc ) ) != 0 ) {
678 memcpy ( mad, &mad_ifc.mad, sizeof ( *mad ) );
    [all...]
MT25218_PRM.h 3387 struct arbelprm_mad_ifc_st mad_ifc; \/* MAD_IFC Input Mailbox *\/ member in struct:arbelprm_arbel_prm_st
    [all...]
MT25408_PRM.h 3242 struct hermonprm_mad_ifc_st mad_ifc; \/* MAD_IFC Input Mailbox *\/ member in struct:hermonprm_hermon_prm_st
    [all...]

Completed in 409 milliseconds