Searched refs:ksnp_zc_req_list (Results 1 – 4 of 4) sorted by relevance
471 list_add_tail(&tx->tx_zc_list, &peer->ksnp_zc_req_list); in ksocknal_check_zc_req()2457 if (list_empty(&peer->ksnp_zc_req_list)) in ksocknal_check_peer_timeouts()2461 list_for_each_entry(tx, &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_check_peer_timeouts()2476 tx = list_entry(peer->ksnp_zc_req_list.next, in ksocknal_check_peer_timeouts()
348 struct list_head ksnp_zc_req_list; /* zero copy requests wait for ACK */ member
128 INIT_LIST_HEAD(&peer->ksnp_zc_req_list); in ksocknal_create_peer()162 LASSERT(list_empty(&peer->ksnp_zc_req_list)); in ksocknal_destroy_peer()1520 list_for_each_entry_safe(tx, tmp, &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_finalize_zcreq()2513 !list_empty(&peer->ksnp_zc_req_list)); in ksocknal_debug_peerhash()
428 &peer->ksnp_zc_req_list, tx_zc_list) { in ksocknal_handle_zcack()