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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fzc.c1541 nxhv_dc_fp_t *io_fp; local
1557 io_fp = &nhd->hio.tx;
1558 hverr = (*io_fp->lp_conf)((uint64_t)channel,
1568 io_fp = &nhd->hio.tx;
1569 hverr = (*io_fp->lp_info)((uint64_t)channel,
1576 io_fp = &nhd->hio.rx;
1577 hverr = (*io_fp->lp_conf)((uint64_t)channel,
1584 io_fp = &nhd->hio.rx;
1585 hverr = (*io_fp->lp_info)((uint64_t)channel,
1608 io_fp
[all...]

Completed in 59 milliseconds