Searched refs:ibc_early_rxs (Results 1 – 3 of 3) sorted by relevance
545 struct list_head ibc_early_rxs; /* rxs completed before ESTABLISHED */ member
690 INIT_LIST_HEAD(&conn->ibc_early_rxs); in kiblnd_create_conn()848 LASSERT(list_empty(&conn->ibc_early_rxs)); in kiblnd_destroy_conn()
517 list_add_tail(&rx->rx_list, &conn->ibc_early_rxs); in kiblnd_rx_complete()1906 list_for_each_entry_safe(rx, tmp, &conn->ibc_early_rxs, rx_list) { in kiblnd_handle_early_rxs()