Lines Matching refs:ulds
269 static struct cxgb4_uld_info ulds[CXGB4_ULD_MAX]; variable
703 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { in uldrx_handler()
2307 ulds[CXGB4_ULD_RDMA].control(adap->uld_handle[CXGB4_ULD_RDMA], in notify_rdma_uld()
2481 handle = ulds[uld].add(&lli); in uld_attach()
2497 ulds[uld].state_change(handle, CXGB4_STATE_UP); in uld_attach()
2511 if (ulds[i].add) in attach_ulds()
2524 ulds[i].state_change(adap->uld_handle[i], in detach_ulds()
2546 ulds[i].state_change(adap->uld_handle[i], new_state); in notify_ulds()
2567 if (ulds[type].add) { in cxgb4_register_uld()
2571 ulds[type] = *p; in cxgb4_register_uld()
2594 ulds[type].add = NULL; in cxgb4_unregister_uld()