Searched refs:lockbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_adapter.h | 118 char lockbuf[PORT_LOCK_NAME_LEN]; member 196 char lockbuf[RSPQ_NAME_LEN]; member 390 char lockbuf[ADAPTER_LOCK_NAME_LEN]; member
|
| H A D | cxgb_main.c | 461 snprintf(sc->lockbuf, ADAPTER_LOCK_NAME_LEN, "cxgb controller lock %d", in cxgb_controller_attach() 463 ADAPTER_LOCK_INIT(sc, sc->lockbuf); in cxgb_controller_attach() 1014 snprintf(p->lockbuf, PORT_NAME_LEN, "cxgb port lock %d:%d", in cxgb_port_attach() 1016 PORT_LOCK_INIT(p, p->lockbuf); in cxgb_port_attach()
|
| H A D | cxgb_sge.c | 2474 snprintf(q->rspq.lockbuf, RSPQ_NAME_LEN, "t3 rspq lock %d:%d", in t3_sge_alloc_qset() 2476 MTX_INIT(&q->rspq.lock, q->rspq.lockbuf, NULL, MTX_DEF); in t3_sge_alloc_qset()
|