Searched defs:mpc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c708 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 Dnxge_fzc.c67 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 Dsctp_cookie.c170 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 Dibd_cm.c1460 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 Dnxge_hw.h129 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 Digb_sw.h764 kstat_named_t mpc; /* Missed Packet Count */ member in struct:igb_stat
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h805 kstat_named_t mpc; /* Missed Packets Count */ member in struct:ixgbe_stat
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h527 u64 mpc; member in struct:e1000_hw_stats
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h833 uint64_t mpc; member in struct:e1000_hw_stats
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3562 u64 mpc[8]; member in struct:ixgbe_hw_stats

Completed in 144 milliseconds