Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c83 spin_lock_init(&cdev->cskq.lock); in cxgbit_uld_add()
84 INIT_LIST_HEAD(&cdev->cskq.list); in cxgbit_uld_add()
102 spin_lock_bh(&cdev->cskq.lock); in cxgbit_close_conn()
103 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_close_conn()
119 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_close_conn()
126 spin_lock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()
127 if (list_empty(&cdev->cskq.list)) in cxgbit_detach_cdev()
129 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()
546 spin_lock_bh(&cdev->cskq.lock); in cxgbit_update_dcb_priority()
547 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_update_dcb_priority()
[all …]
H A Dcxgbit.h138 struct cxgbit_list_head cskq; member
H A Dcxgbit_cm.c816 spin_lock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()
818 spin_unlock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()
1375 spin_lock(&cdev->cskq.lock); in cxgbit_pass_accept_req()
1376 list_add_tail(&csk->list, &cdev->cskq.list); in cxgbit_pass_accept_req()
1377 spin_unlock(&cdev->cskq.lock); in cxgbit_pass_accept_req()