Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c262 static struct cxgb4_uld_info ulds[CXGB4_ULD_MAX]; variable
691 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { in uldrx_handler()
2268 ulds[CXGB4_ULD_RDMA].control(adap->uld_handle[CXGB4_ULD_RDMA], in notify_rdma_uld()
2436 handle = ulds[uld].add(&lli); in uld_attach()
2452 ulds[uld].state_change(handle, CXGB4_STATE_UP); in uld_attach()
2466 if (ulds[i].add) in attach_ulds()
2479 ulds[i].state_change(adap->uld_handle[i], in detach_ulds()
2501 ulds[i].state_change(adap->uld_handle[i], new_state); in notify_ulds()
2522 if (ulds[type].add) { in cxgb4_register_uld()
2526 ulds[type] = *p; in cxgb4_register_uld()
[all …]