Searched refs:cskq (Results 1 – 3 of 3) sorted by relevance
76 spin_lock_init(&cdev->cskq.lock); in cxgbit_uld_add()77 INIT_LIST_HEAD(&cdev->cskq.list); in cxgbit_uld_add()95 spin_lock_bh(&cdev->cskq.lock); in cxgbit_close_conn()96 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_close_conn()112 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_close_conn()119 spin_lock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()120 if (list_empty(&cdev->cskq.list)) in cxgbit_detach_cdev()122 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_detach_cdev()539 spin_lock_bh(&cdev->cskq.lock); in cxgbit_update_dcb_priority()540 list_for_each_entry(csk, &cdev->cskq.list, list) { in cxgbit_update_dcb_priority()[all …]
138 struct cxgbit_list_head cskq; member
816 spin_lock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()818 spin_unlock_bh(&cdev->cskq.lock); in _cxgbit_free_csk()1374 spin_lock(&cdev->cskq.lock); in cxgbit_pass_accept_req()1375 list_add_tail(&csk->list, &cdev->cskq.list); in cxgbit_pass_accept_req()1376 spin_unlock(&cdev->cskq.lock); in cxgbit_pass_accept_req()