Searched refs:enable_hwlro (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c124 sc->eq[vector] = oce_eq_create(sc, sc->enable_hwlro ? EQ_LEN_2048 : EQ_LEN_1024,
172 if(sc->enable_hwlro)
494 sc->enable_hwlro ? CQ_LEN_2048 : CQ_LEN_1024,
917 if(sc->enable_hwlro)
1243 if(sc->enable_hwlro)
1288 if((i == 0) || (!sc->enable_hwlro)) {
1306 if(sc->enable_hwlro) {
H A Doce_hw.c383 if (sc->enable_hwlro) {
H A Doce_if.c569 if(sc->enable_hwlro) {
1919 oce_max_rq_posts = sc->enable_hwlro ? OCE_HWLRO_MAX_RQ_POSTS : OCE_MAX_RQ_POSTS;
1954 if(!sc->enable_hwlro) {
2926 sc->enable_hwlro = strtol(value, NULL, 10);
2927 if(sc->enable_hwlro) {
2932 sc->enable_hwlro = 0;
2941 sc->enable_hwlro = 0;
H A Doce_if.h828 uint32_t enable_hwlro; member in struct:oce_softc
H A Doce_mbox.c845 if(!sc->enable_hwlro)

Completed in 171 milliseconds