Searched refs:uld (Results 1 – 3 of 3) sorted by relevance
22 osd-uld:28 Is an OSD based Linux file system. It uses the osd-initiator and osd-uld,
703 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { in uldrx_handler()2433 static void uld_attach(struct adapter *adap, unsigned int uld) in uld_attach() argument2446 if (uld == CXGB4_ULD_RDMA) { in uld_attach()2451 } else if (uld == CXGB4_ULD_ISCSI) { in uld_attach()2481 handle = ulds[uld].add(&lli); in uld_attach()2485 uld_str[uld], PTR_ERR(handle)); in uld_attach()2489 adap->uld_handle[uld] = handle; in uld_attach()2497 ulds[uld].state_change(handle, CXGB4_STATE_UP); in uld_attach()4390 r->rspq.uld = CXGB4_ULD_ISCSI; in cfg_queues()4398 r->rspq.uld = CXGB4_ULD_RDMA; in cfg_queues()[all …]
518 u8 uld; /* ULD handling this queue */ member