Searched refs:control (Results 201 - 225 of 406) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tls.c796 struct mbuf *control; local
902 * or we aren't able to allocate the control mbuf, append the
907 control = NULL;
909 control = sbcreatecontrol(NULL, sizeof(*tgr), TLS_GET_RECORD,
912 if (control != NULL) {
914 CMSG_DATA(mtod(control, struct cmsghdr *));
974 if (control != NULL)
975 sbappendcontrol_locked(sb, m, control, 0);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmac.c1315 ratemask &= arvif->bitrate_mask.control[band].legacy;
1377 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs;
1401 if (arvif->bitrate_mask.control[band].gi != NL80211_TXRATE_FORCE_LGI) {
1537 vht_mcs_mask = arvif->bitrate_mask.control[band].vht_mcs;
2005 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs;
2006 vht_mcs_mask = arvif->bitrate_mask.control[band].vht_mcs;
3283 for (i = 0; i < ARRAY_SIZE(mask->control[band].vht_mcs); i++)
3284 num_rates += hweight16(mask->control[band].vht_mcs[i]);
3304 for (i = 0; i < ARRAY_SIZE(mask->control[band].vht_mcs); i++) {
3305 if (hweight16(mask->control[ban
4908 ath12k_mac_op_tx(struct ieee80211_hw *hw, struct ieee80211_tx_control *control, struct sk_buff *skb) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c680 struct ieee80211_tx_control *control,
684 struct ieee80211_vif *vif = info->control.vif;
688 if (control->sta) {
691 msta = (struct mt7603_sta *)control->sta->drv_priv;
700 mt76_tx(&dev->mphy, control->sta, wcid, skb);
679 mt7603_tx(struct ieee80211_hw *hw, struct ieee80211_tx_control *control, struct sk_buff *skb) argument
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dtx.c356 ieee80211_get_tx_rates(info->control.vif, sta, skb,
357 info->control.rates, 1);
393 info->control.flags |= IEEE80211_TX_CTRL_PS_RESPONSE;
480 info->control.rates, 1);
502 info->control.rates, 1);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dpci.c421 u16 control; local
423 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control);
426 control |= PCI_MSI_FLAGS_ENABLE;
428 control &= ~PCI_MSI_FLAGS_ENABLE;
430 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control);
/freebsd-current/sys/rpc/
H A Dclnt_dg.c1046 struct mbuf *control; local
1057 control = NULL;
1059 error = soreceive(so, NULL, &uio, &m, &control, &rcvflag);
1060 if (control)
1061 m_freem(control);
/freebsd-current/sys/dev/sound/pci/
H A Dcsa.c115 u_int16_t control; local
134 control = bus_space_read_2(btag, 0x0, port);
135 control &= ~0x2000;
136 control |= run? 0 : 0x2000;
137 bus_space_write_2(btag, 0x0, port, control);
576 * First, blast the clock control register to zero so that the PLL starts
577 * out in a known state, and blast the master serial port control register
621 * the clock control circuit gets its clock from the correct place.
627 * Write the selected clock control setup to the hardware. Do not turn on
748 * the clock control registe
[all...]
H A Dich.c664 /* Sysctl to control ac97 speed (some boards appear to end up using
1149 uint32_t control; local
1151 control = ich_rd(sc, ICH_REG_GLOB_CNT, 4);
1152 control &= ~(ICH_GLOB_CTL_SHUT);
1153 control |= (control & ICH_GLOB_CTL_COLD) ?
1155 ich_wr(sc, ICH_REG_GLOB_CNT, control, 4);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c64 const u16 *mask = msta->vif->bitrate_mask.control[band].he_mcs;
1409 u8 i, gi = mask->control[band]._gi; \
1413 phy.he_ltf |= mask->control[band].he_ltf << (i << (_he));\
1415 for (i = 0; i < ARRAY_SIZE(mask->control[band]._mcs); i++) { \
1416 if (!mask->control[band]._mcs[i]) \
1418 nrates += hweight16(mask->control[band]._mcs[i]); \
1419 phy.mcs = ffs(mask->control[band]._mcs[i]) - 1; \
1432 nrates = hweight32(mask->control[band].legacy);
1433 phy.mcs = ffs(mask->control[band].legacy) - 1;
1437 /* fall back to auto rate control */
[all...]
/freebsd-current/sys/netgraph/
H A Dng_cisco.c72 uint8_t control; member in struct:cisco_header
239 * Receive control message.
364 h->control = 0;
469 /* Don't check the control field here (RFC 1547). */
613 h->control = 0;
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_llan.c75 uint8_t control; member in struct:llan_receive_queue_entry
385 while ((sc->rx_buf[sc->rx_dma_slot].control >> 7) == sc->rx_valid_val) {
421 if ((sc->rx_buf[sc->rx_dma_slot].control >> 7) == sc->rx_valid_val)
/freebsd-current/sys/netinet/
H A Dip_divert.c307 struct mbuf *control, struct thread *td)
317 if (control)
318 m_freem(control);
306 div_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *nam, struct mbuf *control, struct thread *td) argument
H A Dsctp_usrreq.c563 struct mbuf *control, struct thread *p);
567 struct mbuf *control, struct thread *p)
574 if (control) {
575 sctp_m_freem(control);
576 control = NULL;
602 if (control) {
603 sctp_m_freem(control);
604 control = NULL;
609 /* now what about control */
610 if (control) {
566 sctp_sendm(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct thread *p) argument
785 struct sctp_queued_to_read *control, *ncontrol; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c762 struct ieee80211_tx_control *control,
768 struct ieee80211_vif *vif = info->control.vif;
773 if (control->sta) {
774 msta = (struct mt7615_sta *)control->sta->drv_priv;
778 if (vif && !control->sta) {
787 mt76_tx(mphy, control->sta, wcid, skb);
761 mt7615_tx(struct ieee80211_hw *hw, struct ieee80211_tx_control *control, struct sk_buff *skb) argument
H A Dusb_sdio.c189 struct ieee80211_key_conf *key = info->control.hw_key;
201 mt7615_mac_set_rates(&dev->phy, msta, &info->control.rates[0],
/freebsd-current/contrib/wpa/src/ap/
H A Diapp.c90 u8 control; member in struct:iapp_layer2_update
222 msg.control = 0xaf; /* XID response lsb.1111F101.
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c141 * Construct a control character sequence
145 control(cc_t c) function
669 "local recognition of certain control characters",
672 "recognize certain control characters" },
842 control(rlogin));
845 printf("Telnet escape character is '%s'.\r\n", control(escape));
914 printf("%s character is '%s'.\r\n", ct->name, control(*(ct->charp)));
975 printf("%s character is '%s'.\r\n", ct->name, control(*(ct->charp)));
1162 printf("%-15s [%s]\r\n", sl->name, control(*sl->charp)); \
1233 printf("Escape character is '%s'.\r\n", control(escap
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h203 uint32_t control; member in struct:al_pcie_revx_w_ob_ven_msg
376 * - If MSI-X is enabled and auto_clear control bit =TRUE, automatically
382 * - On CPU Read - If clear_on_read control bit =TRUE, automatically
400 * If Auto-mask control bit =TRUE, automatically set to 1 after MSI-X
408 * Used when auto-mask control bit=True. Enables CPU to clear a specific
423 uint32_t control; member in struct:al_pcie_revx_w_int_grp
765 /**** control register ****/
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_9 # To install; enable statistics and unbound-control in unbound.conf
13 # remote-control: control-enable: yes
14 # Run the command unbound-control-setup to generate the key files.
18 # unbound_control - where to find unbound-control executable.
27 # env.unbound_control /usr/local/sbin/unbound-control
68 env.unbound_control /usr/local/sbin/unbound-control
101 ctrl=${unbound_control:-/usr/local/sbin/unbound-control}
/freebsd-current/sys/dev/siis/
H A Dsiis.h77 #define ATA_CONTROL 12 /* (W) control */
274 u_int32_t control; member in struct:siis_dma_prd
291 u_int16_t control; member in struct:siis_cmd
/freebsd-current/sys/dev/drm2/
H A Ddrm_pci.c353 ret = drm_get_minor(dev, &dev->control, DRM_MINOR_CONTROL);
394 drm_put_minor(&dev->control);
/freebsd-current/lib/libsecureboot/
H A Dlocal.trust.mk8 # allow site control
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c120 "uses H/W power control");
1756 uint32_t control; local
1758 control = way;
1759 control <<= 16;
1760 control |= offset;
1761 BWN_WRITE_4(mac, BWN_SHM_CONTROL, control);
3069 desc->dma.dma32.control = htole32(ctl);
3651 * the MAC core control over the pins.
6323 uint16_t control = 0; local
6330 control
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c2264 ratemask &= arvif->bitrate_mask.control[band].legacy;
2327 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs;
2328 vht_mcs_mask = arvif->bitrate_mask.control[band].vht_mcs;
2352 if (arvif->bitrate_mask.control[band].gi != NL80211_TXRATE_FORCE_LGI) {
2575 vht_mcs_mask = arvif->bitrate_mask.control[band].vht_mcs;
2746 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs;
2747 vht_mcs_mask = arvif->bitrate_mask.control[band].vht_mcs;
3935 !info->control.hw_key) {
4670 struct ieee80211_tx_control *control,
4676 struct ieee80211_vif *vif = info->control
4669 ath10k_mac_op_tx(struct ieee80211_hw *hw, struct ieee80211_tx_control *control, struct sk_buff *skb) argument
[all...]
/freebsd-current/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h185 // Global control over bulk CRC checking
187 VCHI_CRC_CONTROL_T control );
223 // Routine to set a control option for a named service

Completed in 344 milliseconds

1234567891011>>