Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c78 spin_lock_init(&cdev->cskq.lock); in cxgbit_uld_add()
79 INIT_LIST_HEAD(&cdev->cskq.list); in cxgbit_uld_add()
97 spin_lock_bh(&cdev->cskq.lock); in cxgbit_close_conn()
98 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_close_conn()
114 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_close_conn()
121 spin_lock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()
122 if (list_empty(&cdev->cskq.list)) in cxgbit_detach_cdev()
124 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()
541 spin_lock_bh(&cdev->cskq.lock); in cxgbit_update_dcb_priority()
542 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_update_dcb_priority()
[all …]
Dcxgbit.h141 struct cxgbit_list_head cskq; member
Dcxgbit_cm.c801 spin_lock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()
803 spin_unlock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()
1356 spin_lock(&cdev->cskq.lock); in cxgbit_pass_accept_req()
1357 list_add_tail(&csk->list, &cdev->cskq.list); in cxgbit_pass_accept_req()
1358 spin_unlock(&cdev->cskq.lock); in cxgbit_pass_accept_req()