Lines Matching refs:ulds
262 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()
2549 ulds[type].add = NULL; in cxgb4_unregister_uld()