Searched refs:lockbuf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 116 char lockbuf[PORT_LOCK_NAME_LEN]; member 194 char lockbuf[RSPQ_NAME_LEN]; member 388 char lockbuf[ADAPTER_LOCK_NAME_LEN]; member
|
H A D | cxgb_main.c | 453 snprintf(sc->lockbuf, ADAPTER_LOCK_NAME_LEN, "cxgb controller lock %d", in cxgb_controller_attach() 455 ADAPTER_LOCK_INIT(sc, sc->lockbuf); in cxgb_controller_attach() 1002 snprintf(p->lockbuf, PORT_NAME_LEN, "cxgb port lock %d:%d", in cxgb_port_attach() 1004 PORT_LOCK_INIT(p, p->lockbuf); in cxgb_port_attach()
|
H A D | cxgb_sge.c | 2463 snprintf(q->rspq.lockbuf, RSPQ_NAME_LEN, "t3 rspq lock %d:%d", in t3_sge_alloc_qset() 2465 MTX_INIT(&q->rspq.lock, q->rspq.lockbuf, NULL, MTX_DEF); in t3_sge_alloc_qset()
|