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

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

Completed in 56 milliseconds