Home
last modified time | relevance | path

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

/linux-4.4.14/net/rds/
Dib.h26 #define RDS_IB_SUPPORTED_PROTOCOLS 0x00000003 /* minor versions supported */ macro
Dib_cm.c196 dp->dp_protocol_minor_mask = cpu_to_be16(RDS_IB_SUPPORTED_PROTOCOLS); in rds_ib_cm_fill_conn_param()
516 common = be16_to_cpu(dp->dp_protocol_minor_mask) & RDS_IB_SUPPORTED_PROTOCOLS; in rds_ib_protocol_compatible()