Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/tws/
Dtws.c522 u_int32_t max_sg_elements; in tws_init() local
533 max_sg_elements = (sc->is64bit && !tws_use_32bit_sgls) ? in tws_init()
545 max_sg_elements, /* numsegs */ in tws_init()
551 TWS_TRACE_DEBUG(sc, "DMA parent tag Create fail", max_sg_elements, in tws_init()
572 TWS_TRACE_DEBUG(sc, "DMA cmd tag Create fail", max_sg_elements, sc->is64bit); in tws_init()
578 TWS_TRACE_DEBUG(sc, "DMA mem alloc fail", max_sg_elements, sc->is64bit); in tws_init()
599 max_sg_elements, /* nsegments */ in tws_init()
605 TWS_TRACE_DEBUG(sc, "DMA cmd tag Create fail", max_sg_elements, sc->is64bit); in tws_init()
/freebsd-12-stable/sys/dev/twa/
Dtw_osl_freebsd.c513 TW_UINT32 max_sg_elements; in tw_osli_alloc_mem() local
524 max_sg_elements = (sizeof(bus_addr_t) == 8) ? in tw_osli_alloc_mem()
560 max_sg_elements, /* nsegments */ in tw_osli_alloc_mem()
630 max_sg_elements, /* nsegments */ in tw_osli_alloc_mem()
656 max_sg_elements, /* nsegments */ in tw_osli_alloc_mem()
/freebsd-12-stable/sys/dev/mfi/
Dmfireg.h840 uint16_t max_sg_elements; member