Home
last modified time | relevance | path

Searched refs:np_accept_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h182 struct list_head np_accept_list; member
H A Dcxgbit_cm.c441 INIT_LIST_HEAD(&cnp->np_accept_list); in cxgbit_setup_np()
499 if (list_empty(&cnp->np_accept_list)) { in cxgbit_accept_np()
504 csk = list_first_entry(&cnp->np_accept_list, in cxgbit_accept_np()
612 list_for_each_entry_safe(csk, tmp, &cnp->np_accept_list, accept_node) { in cxgbit_free_np()
1655 list_add_tail(&csk->accept_node, &cnp->np_accept_list); in cxgbit_pass_establish()