/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_libhv.c | 48 static uint64_t hvio_rp_mps(devhandle_t dev_hdl, pci_device_t bdf, int32_t *mps, 58 hvio_set_rp_mps(devhandle_t dev_hdl, pci_device_t bdf, int32_t mps) in hvio_set_rp_mps() argument 60 return (hvio_rp_mps(dev_hdl, bdf, &mps, MPS_SET)); in hvio_set_rp_mps() 64 hvio_rp_mps(devhandle_t dev_hdl, pci_device_t bdf, int32_t *mps, int op) in hvio_rp_mps() argument 119 data = (data & 0xffffff1f) | (*mps << 5); in hvio_rp_mps() 132 *mps = data & 0x7; in hvio_rp_mps()
|
H A D | px_lib4v.h | 213 int32_t mps);
|
H A D | px_lib4v.c | 2159 px_lib_get_root_complex_mps(px_t *px_p, dev_info_t *dip, int *mps) in px_lib_get_root_complex_mps() argument 2163 if (hvio_get_rp_mps_cap(DIP_TO_HANDLE(dip), bdf, mps) == H_EOK) in px_lib_get_root_complex_mps() 2170 px_lib_set_root_complex_mps(px_t *px_p, dev_info_t *dip, int mps) in px_lib_set_root_complex_mps() argument 2174 if (hvio_set_rp_mps(DIP_TO_HANDLE(dip), bdf, mps) == H_EOK) in px_lib_set_root_complex_mps()
|
/illumos-gate/usr/src/cmd/pagesize/ |
H A D | pagesize.c | 40 int c, mps = 0; in main() local 53 mps = 1; in main() 62 if (!mps) { in main()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_tx.c | 324 vmxnet3_tx(void *data, mblk_t *mps) in vmxnet3_tx() argument 333 ASSERT(mps != NULL); in vmxnet3_tx() 339 mp = mps; in vmxnet3_tx() 340 mps = mp->b_next; in vmxnet3_tx() 401 } while (mps && status != VMXNET3_TX_RINGFULL); in vmxnet3_tx() 405 mp->b_next = mps; in vmxnet3_tx() 406 mps = mp; in vmxnet3_tx() 408 ASSERT(!mps); in vmxnet3_tx() 419 return (mps); in vmxnet3_tx()
|
H A D | vmxnet3.h | 188 mblk_t *vmxnet3_tx(void *data, mblk_t *mps);
|
H A D | vmxnet3_main.c | 1144 mblk_t *mps; in vmxnet3_intr() local 1157 mps = vmxnet3_rx_intr(dp, &dp->rxQueue); in vmxnet3_intr() 1168 if (mps) { in vmxnet3_intr() 1169 mac_rx(dp->mac, NULL, mps); in vmxnet3_intr()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_dma.c | 434 xhci_transfer_get_tdsize(xhci_transfer_t *xt, uint_t off, uint_t mps) in xhci_transfer_get_tdsize() argument 445 mps); in xhci_transfer_get_tdsize() 446 npkt += len / mps; in xhci_transfer_get_tdsize() 462 uint_t mps, tdsize, flags; in xhci_transfer_trb_fill_data() local 468 mps = xep->xep_pipe->p_ep.wMaxPacketSize; in xhci_transfer_trb_fill_data() 489 tdsize = xhci_transfer_get_tdsize(xt, i, mps); in xhci_transfer_trb_fill_data() 568 uint_t mps, tdpc, burst; in xhci_transfer_calculate_isoc() local 577 mps = XHCI_EPCTX_GET_MPS(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc() 584 tdpc = howmany(trb_len, mps); in xhci_transfer_calculate_isoc()
|
H A D | xhci_endpoint.c | 210 uint_t mps; in xhci_endpoint_setup_default_context() local 229 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context() 231 mps = 8; in xhci_endpoint_setup_default_context() 237 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context() 239 mps = 64; in xhci_endpoint_setup_default_context() 245 mps = xd->xd_usbdev->usb_dev_descr->bMaxPacketSize0; in xhci_endpoint_setup_default_context() 246 mps = 1 << mps; in xhci_endpoint_setup_default_context() 248 mps = 512; in xhci_endpoint_setup_default_context() 257 XHCI_EPCTX_SET_MAXB(0) | XHCI_EPCTX_SET_MPS(mps)); in xhci_endpoint_setup_default_context() 277 int mps, desc, info, ret; in xhci_endpoint_update_default() local [all …]
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/ |
H A D | Makefile.com | 34 MPSDIR= /usr/lib/mps 36 NSSINC= -I$(ADJUNCT_PROTO)/usr/include/mps
|
/illumos-gate/usr/src/lib/libldap5/ |
H A D | Makefile.com | 61 NSS_HDRS= $(ADJUNCT_PROTO)/usr/include/mps 62 NSS_LDPATH= /usr/lib/mps
|
/illumos-gate/usr/src/lib/libsldap/ |
H A D | Makefile.com | 50 -I$(ADJUNCT_PROTO)/usr/include/mps $(LOCFLAGS)
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_lib.h | 211 extern int px_lib_get_root_complex_mps(px_t *px_p, dev_info_t *dip, int *mps); 212 extern int px_lib_set_root_complex_mps(px_t *px_p, dev_info_t *dip, int mps);
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 1537 uint_t length, mps; in uhci_insert_intr_td() local 1653 mps = ph->p_ep.wMaxPacketSize; in uhci_insert_intr_td() 1660 (length > mps) ? mps : length, in uhci_insert_intr_td() 1669 if (length <= mps) { in uhci_insert_intr_td() 1675 buf_offs += mps; in uhci_insert_intr_td() 1676 length -= mps; in uhci_insert_intr_td() 2788 uint_t mps; /* MaxPacketSize */ in uhci_insert_bulk_td() local 2843 length = mps = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_insert_bulk_td() 2852 if ((tw->tw_bytes_pending / mps) >= MAX_NUM_BULK_TDS_PER_XFER) { in uhci_insert_bulk_td() 2855 num_bulk_tds = (tw->tw_bytes_pending / mps); in uhci_insert_bulk_td() [all …]
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 136 UNUSED_RPATH /usr/lib/mps.*\ from\ .*libnss3\.so 137 UNUSED_RPATH /usr/lib/mps.*\ from\ .*libnssutil3\.so 138 UNUSED_RPATH /usr/lib/mps.*\ from\ .*libsmime3\.so 139 UNUSED_RPATH /usr/lib/mps.*\ from\ .*libssl3\.so 140 UNUSED_RPATH /usr/lib.*\ from\ .*/usr/lib/mps
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_lib4u.c | 2652 px_lib_get_root_complex_mps(px_t *px_p, dev_info_t *dip, int *mps) in px_lib_get_root_complex_mps() argument 2665 *mps = CSR_XR(csr_base, TLU_DEVICE_CAPABILITIES) & in px_lib_get_root_complex_mps() 2673 px_lib_set_root_complex_mps(px_t *px_p, dev_info_t *dip, int mps) in px_lib_set_root_complex_mps() argument 2689 dev_ctrl |= (mps << TLU_DEVICE_CONTROL_MPS); in px_lib_set_root_complex_mps() 2715 val = px_replay_timer_table[mps][link_width]; in px_lib_set_root_complex_mps() 2721 val = px_acknak_timer_table[mps][link_width]; in px_lib_set_root_complex_mps()
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cxgbetool.c | 319 T5_MODREGS(mps), in dump_regs_t5() 361 T6_MODREGS(mps), in dump_regs_t6()
|
H A D | cudbg_view.c | 2461 T6_MODREGS(mps), in dump_regs_t6() 2505 T5_MODREGS(mps), in dump_regs_t5()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 3401 uint16_t mps; in pcie_fabric_feature_scan() local 3464 mps = devcap & PCIE_DEVCAP_MAX_PAYLOAD_MASK; in pcie_fabric_feature_scan() 3465 if (mps < fab->pfd_mps_found) { in pcie_fabric_feature_scan() 3466 fab->pfd_mps_found = mps; in pcie_fabric_feature_scan()
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 320 uint32_t mps :1; member 536 uint32_t mps :1; member
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 7719 unsigned int mps, mps_log; in t4_fixup_host_params_compat() local 7730 mps = 1 << mps_log; in t4_fixup_host_params_compat() 7731 if (mps > pack_align) in t4_fixup_host_params_compat() 7732 pack_align = mps; in t4_fixup_host_params_compat()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_lib.c | 3587 ldst_cmd.u.mps.rplc.fid_idx = in collect_mps_tcam() 3601 mps_rplc = ldst_cmd.u.mps.rplc; in collect_mps_tcam()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 2479 if (state->hs_devlim.mps) { in hermon_soft_state_init()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 4351 } mps; member
|