Home
last modified time | relevance | path

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

/Linux-v4.19/net/rds/
Dib_recv.c839 struct rds_ib_incoming *ibinc = ic->i_ibinc; in rds_ib_process_recv()
907 ic->i_ibinc = ibinc; in rds_ib_process_recv()
940 ic->i_ibinc = NULL; in rds_ib_process_recv()
Dib_cm.c1091 if (ic->i_ibinc) { in rds_ib_conn_path_shutdown()
1092 rds_inc_put(&ic->i_ibinc->ii_inc); in rds_ib_conn_path_shutdown()
1093 ic->i_ibinc = NULL; in rds_ib_conn_path_shutdown()
Dib.h175 struct rds_ib_incoming *i_ibinc; member