Lines Matching refs:cskq
83 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()
584 spin_unlock_bh(&cdev->cskq.lock); in cxgbit_update_dcb_priority()