Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dib_cm.c742 if (ic->i_ibinc) { in rds_ib_conn_shutdown()
743 rds_inc_put(&ic->i_ibinc->ii_inc); in rds_ib_conn_shutdown()
744 ic->i_ibinc = NULL; in rds_ib_conn_shutdown()
Dib_recv.c808 struct rds_ib_incoming *ibinc = ic->i_ibinc; in rds_ib_process_recv()
876 ic->i_ibinc = ibinc; in rds_ib_process_recv()
905 ic->i_ibinc = NULL; in rds_ib_process_recv()
Dib.h119 struct rds_ib_incoming *i_ibinc; member