Searched defs:fctl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c854 link_flowctrl_t fctl; local
898 fctl = LINK_FLOWCTRL_NONE;
899 bcopy(&fctl, pr_val, sizeof (link_flowctrl_t));
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3823 uint32_t fctl; local
3836 fctl = QMEM_RD32(qlt, req+0x1C);
3837 fctl = ((fctl ^ BIT_23) & ~BIT_22) | (BIT_19 | BIT_16);
3850 QMEM_WR32(qlt, req+0x1C, fctl);

Completed in 56 milliseconds