Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/scsi/
Dosd.txt22 osd-uld:
28 Is an OSD based Linux file system. It uses the osd-initiator and osd-uld,
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c703 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() argument
2446 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 …]
Dcxgb4.h518 u8 uld; /* ULD handling this queue */ member