Searched refs:i_recvs (Results 1 – 2 of 2) sorted by relevance
641 ic->i_recvs = vzalloc_node(array_size(sizeof(struct rds_ib_recv_work), in rds_ib_setup_qp()644 if (!ic->i_recvs) { in rds_ib_setup_qp()1143 if (ic->i_recvs) in rds_ib_conn_path_shutdown()1194 vfree(ic->i_recvs); in rds_ib_conn_path_shutdown()1195 ic->i_recvs = NULL; in rds_ib_conn_path_shutdown()
180 struct rds_ib_recv_work *i_recvs; member