Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/scsi/
Dosd.txt22 osd-uld:
28 Is an OSD based Linux file system. It uses the osd-initiator and osd-uld,
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c691 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { in uldrx_handler()
2389 static void uld_attach(struct adapter *adap, unsigned int uld) in uld_attach() argument
2402 if (uld == CXGB4_ULD_RDMA) { in uld_attach()
2407 } else if (uld == CXGB4_ULD_ISCSI) { in uld_attach()
2436 handle = ulds[uld].add(&lli); in uld_attach()
2440 uld_str[uld], PTR_ERR(handle)); in uld_attach()
2444 adap->uld_handle[uld] = handle; in uld_attach()
2452 ulds[uld].state_change(handle, CXGB4_STATE_UP); in uld_attach()
4213 r->rspq.uld = CXGB4_ULD_ISCSI; in cfg_queues()
4221 r->rspq.uld = CXGB4_ULD_RDMA; in cfg_queues()
[all …]
Dcxgb4.h487 u8 uld; /* ULD handling this queue */ member