Searched refs:max (Results 576 - 600 of 603) sorted by relevance

<<2122232425

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c2558 max(8, mluBufSize);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c217 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c245 int DtableSize = 50; /* max open files; reset in 4.2bsd */
268 # define MAXRULERECURSION 50 /* max ruleset recursion depth */
2314 #define R_MSG_CHILD "rejecting connections on daemon %s: %d children, max %d"
4833 max(sizeof(ifr->ifr_addr), ifr->ifr_addr.sa_len);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h358 /* Maximum Packet Size: max jumbo frame: 9600 + ethernet-header+llc-snap+vlan+crc32 */
640 #define DCBX_COS_MAX_NUM 3 //(max(DCBX_COS_MAX_NUM_E2,DCBX_COS_MAX_NUM_E3B0))
800 /* network type for defintion of max cwnd */
985 u32_t bandwidth_max; //The last value of max CMNG bandwidth configured by BACS
1035 // min max bw
2409 #define LM_TPA_MAX_AGGS (max(ETH_MAX_AGGREGATION_QUEUES_E1H_E2,ETH_MAX_AGGREGATION_QUEUES_E1))
3649 * Return the max BW of the function in Mbps.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c699 u32_t restore_arr[max(ARRSIZE(reg_arr_e1_e2),ARRSIZE(reg_arr_e3))] = {0};
1743 // Currently we work with max 8 PF, in case of a change - need to verify code is still valid
2714 // on E 1.5 fpga set number of max pcie tag number to 5
4002 // for now only in multi vnic mode for min max cmng
H A Dlm_dcbx.c2353 *entry_pri = max(*entry_pri, pri);
5693 * entries and that for TC_x x is smaller than max TC
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c687 SF_ATTEMPTS = 10, /* max retries for SF operations */
759 * @attempts: max number of polls of the status register
1030 CH_ERR(adap, "cfg file too large, max is %u bytes",
1096 CH_ERR(adap, "FW image too large, max is %u bytes\n",
3070 inc = max(((mtu - 40) * alpha[w]) / avg_pkts[w],
4272 * @txq: the max number of egress queues
4273 * @txq_eth_ctrl: the max number of egress Ethernet or control queues
4274 * @rxqi: the max number of interrupt-capable ingress queues
4275 * @rxq: the max number of interruptless ingress queues
4277 * @vi: the max numbe
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c56 #include <sys/ddi.h> /* for max */
1340 page4.page_len = (ushort_t)max((strlen(password) + 4), 8);
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c1277 io_request->ra_align_mask = max(PCICFG_IOGRAN,
1375 * the max-subordinate bus
1465 * the max-subordinate bus
3616 "max-latency", byteval)) != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c435 done == 0 && count < max(pcmcia_num_sockets, 16);
2656 * device_a will be accumulated to determine max size of
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1946 bbp17 = (uint8_t)max(bbp17 - 1, lo);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c150 0xFFFFFFFFull, /* max DMA xfer size */
396 0xFFFFFFFFull, /* max DMA xfer size */
411 0xFFFFFFFFull, /* max DMA xfer size */
747 /* set the max physical address for iob allocs on x86 */
1051 * Get dma-max from HBA driver. If it is not defined, use 64k
1053 un->un_maxdma = scsi_ifgetcap(&devp->sd_address, "dma-max", 1);
1067 * device constraints, the max copy buffer size, and the worse case
1068 * fragmentation. NOTE: this may differ from dma-max since dma-max
1075 un->un_maxdma_arch = scsi_ifgetcap(&devp->sd_address, "dma-max
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1721 * 1. the size of a cookie be larger than max TD length (0x500)
1727 * pipes is a little different since it only specifies the max to be
1728 * 64 bytes, but as long as an intr transfer is limited to max TD length,
1729 * any alignment can work if the cookie size is larger than max TD length.
2168 tw->tw_timeout_cnt = max(UHCI_CTRL_TIMEOUT, ctrl_reqp->ctrl_timeout);
2842 /* Get the max packet size. */
4080 * max packet size that the device supports.
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c2660 /* just queue up the requests in the waitQ if below max */
3727 cmd->cmd_timeout = max(cmd->cmd_timeout,
3871 * Also as UHCI allows a max xfer of 32k at a time;
4588 /* get the max transfer size of the bulk pipe */
4604 "scsa2usb_open_usb_pipes: max bulk transfer size = %lx",
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3371 max(ixgbe->num_rx_rings / ixgbe->num_rx_groups, 1);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13089 uint64_t min, max; local
13142 if (templates == 2 && scf_tmpl_prop_cardinality(prt, &min, &max) == 0) {
13145 if (max == ULLONG_MAX) {
13151 gettext("maximum number of values"), max);
/illumos-gate/usr/src/man/man9f/
H A DMakefile338 max.9f \
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c8228 max(cs_globals.max_socket_num, sp->socket_num + 1);
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c1597 pcic_maxinst = max(pcic_maxinst, ddi_get_instance(dip));
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3317 /* retry this many times max */
5513 (uchar_t)max(fdc->c_un->un_chars->fdc_secptrack, sector);
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c4605 dp->tx_max_packets = max(dp->tx_max_packets - 1, 1);
6068 dp->txmaxdma = 16*4; /* tx max dma burst size */
6070 dp->rxmaxdma = 16*4; /* rx max dma burst size */
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5057 /* T4 max MTU supported */
6588 __be32 max; member in struct:fw_sched_cmd::fw_sched::fw_sched_params
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3322 c.max = (length == 0)?0:(c.p+length);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c242 0xFFFFFFFFU, /* max DMA size */
2063 /* Limit to 256k max transfer */
2066 /* Limit to 16MB max transfer */
2995 /* max cmds plus 1 + producer & consumer */
3152 * max(1/8th of max, 4);
3155 max(max_cmd >> 3, MRSAS_APP_MIN_RESERVED_CMDS));
3643 * Reduce the max supported cmds by 1. This is to ensure that the
3644 * reply_q_sz (1 more than the max cmd that driver may send)
3645 * does not exceed max cmd
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c981 * Calculate the max size before performing any checks since even
983 * return the max length via 'remain'.
12746 size_t max = dtrace_difo_maxsize; local
12807 if (ttl + subsec->dofs_size > max) {

Completed in 396 milliseconds

<<2122232425