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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c1746 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_TX_BYTE_CNT,
1748 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_TX_FRAME_CNT,
1750 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_RX_BYTE_CNT,
1752 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_RX_FRAME_CNT,
1754 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_AGGR_ERROR_CNT,
1756 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_CRC_ERROR_CNT,
1758 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_OVERSIZE_FRAME_ERR,
1760 (void) unm_nic_hw_write_wx_2M(adapter, UNM_NIU_XGE_UNDERSIZE_FRAME_ERR,
H A Dunm_gem.c873 aptr->unm_nic_hw_write_wx = &unm_nic_hw_write_wx_2M;
875 aptr->unm_nic_hw_write_ioctl = &unm_nic_hw_write_wx_2M;
H A Dunm_nic_hw.c693 unm_nic_hw_write_wx_2M(unm_adapter *adapter, u64 off, void *data, int len) function
1630 return (unm_nic_hw_write_wx_2M(adapter, off, &data, 4));
H A Dunm_nic.h705 int unm_nic_hw_write_wx_2M(unm_adapter *adapter, u64 off, void *data, int len);

Completed in 151 milliseconds