Searched defs:mpc (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.c | 708 npi_fzc_mpc_set(npi_handle_t handle, boolean_t mpc) argument 713 if (mpc) { 714 mp.bits.ldw.mpc = 1; 734 multi_part_ctl_t mpc; local 736 mpc.value = 0; 737 NXGE_REG_RD64(handle, MULTI_PART_CTL_REG, &mpc.value); 738 *mpc_p = mpc.bits.ldw.mpc;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fzc.c | 67 nxge_set_fzc_multi_part_ctl(p_nxge_t nxgep, boolean_t mpc) argument 84 if ((rs = npi_fzc_mpc_set(handle, mpc)) != NPI_SUCCESS) {
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 170 sctp_mpc_t mpc; local 358 mpc.mpc_num = htons(1); 359 mpc.mpc_param = htons(PARM_COOKIE); 360 mpc.mpc_pad = 0; 364 (char *)&mpc, sizeof (sctp_mpc_t), inmp, 0, B_FALSE, ira);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 1460 mblk_t *mpc; local 1594 mpc = state->rc_rx_mp; 1600 mac_rx(state->id_mh, NULL, mpc); 1618 mpc = chan->rx_mp; 1624 mac_rx(state->id_mh, NULL, mpc); 1753 mblk_t *mpc; local 1754 mpc = state->rc_rx_mp; 1761 mac_rx(state->id_mh, NULL, mpc); 1769 mblk_t *mpc; local 1770 mpc [all...] |
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_hw.h | 129 uint32_t mpc:1; member in struct:_multi_part_ctl_t::__anon8305::__anon8306 131 uint32_t mpc:1;
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 764 kstat_named_t mpc; /* Missed Packet Count */ member in struct:igb_stat
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 805 kstat_named_t mpc; /* Missed Packets Count */ member in struct:ixgbe_stat
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 527 u64 mpc; member in struct:e1000_hw_stats
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 833 uint64_t mpc; member in struct:e1000_hw_stats
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 3562 u64 mpc[8]; member in struct:ixgbe_hw_stats
|
Completed in 122 milliseconds