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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c691 if (ulds[q->uld].rx_handler(q->adap->uld_handle[q->uld], rsp, gl)) { uldrx_handler()
2389 static void uld_attach(struct adapter *adap, unsigned int uld) uld_attach() argument
2402 if (uld == CXGB4_ULD_RDMA) { uld_attach()
2407 } else if (uld == CXGB4_ULD_ISCSI) { uld_attach()
2436 handle = ulds[uld].add(&lli); uld_attach()
2440 uld_str[uld], PTR_ERR(handle)); uld_attach()
2444 adap->uld_handle[uld] = handle; uld_attach()
2452 ulds[uld].state_change(handle, CXGB4_STATE_UP); uld_attach()
4213 r->rspq.uld = CXGB4_ULD_ISCSI;
4221 r->rspq.uld = CXGB4_ULD_RDMA;
4235 r->rspq.uld = CXGB4_ULD_RDMA;
H A Dcxgb4.h487 u8 uld; /* ULD handling this queue */ member in struct:sge_rspq
/linux-4.1.27/include/scsi/
H A Dosd_initiator.h81 /* These are called by uld at probe time */
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h590 __get_user_unaligned_asm(val, "uld", ptr)

Completed in 172 milliseconds