Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_param.h146 RXE_PORT_GID_TBL_LEN = 1024, enumerator
Drxe_verbs.c122 if (index > RXE_PORT_GID_TBL_LEN) in rxe_query_gid()
138 if (index >= RXE_PORT_GID_TBL_LEN) in rxe_add_gid()
146 if (index >= RXE_PORT_GID_TBL_LEN) in rxe_del_gid()
Drxe.c139 port->attr.gid_tbl_len = RXE_PORT_GID_TBL_LEN; in rxe_init_port_param()