Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
Dib_cm.c227 cpu_to_be16(RDS_IB_SUPPORTED_PROTOCOLS); in rds_ib_cm_fill_conn_param()
242 cpu_to_be16(RDS_IB_SUPPORTED_PROTOCOLS); in rds_ib_cm_fill_conn_param()
768 common = be16_to_cpu(mask) & RDS_IB_SUPPORTED_PROTOCOLS; in rds_ib_protocol_compatible()
Dib.h22 #define RDS_IB_SUPPORTED_PROTOCOLS 0x00000003 /* minor versions supported */ macro