HomeSort by: relevance | last modified time | path
    Searched defs:chim (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 1399 void *chim; local in function:hvn_try_txagg
1424 chim = (uint8_t *)pkt + pkt->rm_len;
1426 txr->txr_agg_prevpkt = chim;
1440 return chim;
1451 chim = sc->sc_chim + (txd->txd_chim_index * sc->sc_chim_szmax);
1458 txr->txr_agg_prevpkt = chim;
1461 return chim;
1473 void *chim = NULL; local in function:hvn_encap
1523 chim = hvn_try_txagg(txr, txd, pktsize);
1524 if (chim != NULL
    [all...]
if_hvn.c 1399 void *chim; local in function:hvn_try_txagg
1424 chim = (uint8_t *)pkt + pkt->rm_len;
1426 txr->txr_agg_prevpkt = chim;
1440 return chim;
1451 chim = sc->sc_chim + (txd->txd_chim_index * sc->sc_chim_szmax);
1458 txr->txr_agg_prevpkt = chim;
1461 return chim;
1473 void *chim = NULL; local in function:hvn_encap
1523 chim = hvn_try_txagg(txr, txd, pktsize);
1524 if (chim != NULL
    [all...]
if_hvn.c 1399 void *chim; local in function:hvn_try_txagg
1424 chim = (uint8_t *)pkt + pkt->rm_len;
1426 txr->txr_agg_prevpkt = chim;
1440 return chim;
1451 chim = sc->sc_chim + (txd->txd_chim_index * sc->sc_chim_szmax);
1458 txr->txr_agg_prevpkt = chim;
1461 return chim;
1473 void *chim = NULL; local in function:hvn_encap
1523 chim = hvn_try_txagg(txr, txd, pktsize);
1524 if (chim != NULL
    [all...]

Completed in 71 milliseconds