Home
last modified time | relevance | path

Searched refs:IB_MTU_2048 (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/net/infiniband/
Dib_sma.c230 ( ( IB_MTU_2048 << 4 ) | ibdev->sm_sl ); in ib_sma_port_info()
232 port_info->init_type_reply__mtu_cap = IB_MTU_2048; in ib_sma_port_info()
Dib_cm.c291 ( ( IB_MTU_2048 << 4 ) | ( 1 << 3 ) | ( 0x07 << 0 ) ); in ib_cm_path_complete()
/external/syslinux/gpxe/src/include/gpxe/
Dib_mad.h159 #define IB_MTU_2048 0x04 macro