/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_edca_opt.c | 171 if (ip->protocol == MAC_UDP_PROTOCAL) { in hmac_edca_opt_rx_pkts_stat() 173 } else if (ip->protocol == MAC_TCP_PROTOCAL) { in hmac_edca_opt_rx_pkts_stat() 206 if (((ip->protocol == MAC_UDP_PROTOCAL) && in hmac_edca_opt_tx_pkts_stat() 208 ((ip->protocol == MAC_TCP_PROTOCAL) && /* 10:偏移位 */ in hmac_edca_opt_tx_pkts_stat() 215 if (ip->protocol == MAC_UDP_PROTOCAL) { in hmac_edca_opt_tx_pkts_stat() 217 } else if (ip->protocol == MAC_TCP_PROTOCAL) { in hmac_edca_opt_tx_pkts_stat()
|
D | hmac_fsm.c | 80 cfg_mode.protocol = hmac_vap->preset_para.protocol; in hmac_fsm_change_state()
|
D | hmac_traffic_classify.c | 329 if (ip->protocol != MAC_UDP_PROTOCAL) { in hmac_tx_traffic_classify() 330 if (ip->protocol == MAC_TCP_PROTOCAL) { in hmac_tx_traffic_classify() 354 flow_info.proto = (hi_u32)(ip->protocol); in hmac_tx_traffic_classify()
|
D | hmac_11i.c | 1088 cfg_mode.protocol = mac_vap->protocol; in hmac_update_pcip_policy_prot_supplicant() 1094 if ((mac_vap->protocol >= WLAN_HT_MODE) && (mac_vap->protocol < WLAN_PROTOCOL_BUTT)) { in hmac_update_pcip_policy_prot_supplicant() 1096 cfg_mode.protocol = WLAN_MIXED_ONE_11G_MODE; in hmac_update_pcip_policy_prot_supplicant() 1110 if (cfg_mode.protocol >= WLAN_HT_MODE) { in hmac_update_pcip_policy_prot_supplicant() 1116 mac_vap_init_by_protocol(mac_vap, cfg_mode.protocol); in hmac_update_pcip_policy_prot_supplicant() 1119 … "{hmac_update_pcip_policy_prot_supplicant::en_protocol=%d, bandwidth=%d.}", mac_vap->protocol, in hmac_update_pcip_policy_prot_supplicant()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/src/ |
D | MQTTConnectServer.c | 30 int MQTTPacket_checkVersion(MQTTString* protocol, int version) in MQTTPacket_checkVersion() argument 34 if (version == 3 && memcmp(protocol->lenstring.data, "MQIsdp", in MQTTPacket_checkVersion() 35 min(6, protocol->lenstring.len)) == 0) in MQTTPacket_checkVersion() 37 else if (version == 4 && memcmp(protocol->lenstring.data, "MQTT", in MQTTPacket_checkVersion() 38 min(4, protocol->lenstring.len)) == 0) in MQTTPacket_checkVersion()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | raw.h | 111 #define raw_proto proto.protocol 112 u8_t protocol; /* IP protocol for AF_INET sockets */ member 115 #define raw_proto protocol 116 u8_t protocol; member
|
D | sockets.h | 791 #define LWIP_IS_IPPROTOCOL(protocol) ((protocol) == IPPROTO_IP || (protocol) == IPPROTO_IPV6 || (… argument 798 #define LWIP_IS_IPPROTOCOL(protocol) ((protocol) == IPPROTO_IP || (protocol) == 0) argument 2013 int lwip_socket(int domain, int type, int protocol); 2479 #define socket(domain, type, protocol) lwip_socket(domain, type, protocol) argument
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | xmit_linux.c | 74 u8 protocol = 0xFF; in rtw_set_tx_chksum_offload() local 76 if (skb->protocol == htons(ETH_P_IP)) { in rtw_set_tx_chksum_offload() 78 protocol = iph->protocol; in rtw_set_tx_chksum_offload() 79 } else if (skb->protocol == htons(ETH_P_IPV6)) { in rtw_set_tx_chksum_offload() 81 protocol = i6ph->nexthdr; in rtw_set_tx_chksum_offload() 93 switch (protocol) { in rtw_set_tx_chksum_offload() 476 u16 protocol; in check_alibaba_meshpkt() local 479 return (htons(skb->protocol) == ETH_P_ALL); in check_alibaba_meshpkt()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/ |
D | irblaster_encoder.h | 76 int protocol; /* which are handled by this handler */ member 77 int (*encode)(enum irblaster_protocol protocol, unsigned int addr,
|
D | irblaster.h | 76 enum irblaster_protocol protocol; member 99 struct irblaster_raw_handler *protocol; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_br_ext.c | 756 unsigned short protocol; in nat25_db_handle() local 765 protocol = *((unsigned short *)(skb->data + 2 * ETH_ALEN)); in nat25_db_handle() 770 if (protocol == __constant_htons(ETH_P_IP)) { in nat25_db_handle() 836 else if (protocol == __constant_htons(ETH_P_ARP)) { in nat25_db_handle() 895 else if ((protocol == __constant_htons(ETH_P_IPX)) || in nat25_db_handle() 896 (protocol == __constant_htons(ETH_P_ATALK)) || in nat25_db_handle() 897 (protocol == __constant_htons(ETH_P_AARP))) { in nat25_db_handle() 904 if (protocol == __constant_htons(ETH_P_IPX)) { in nat25_db_handle() 1116 else if ((protocol == __constant_htons(ETH_P_PPP_DISC)) || in nat25_db_handle() 1117 (protocol == __constant_htons(ETH_P_PPP_SES))) { in nat25_db_handle() [all …]
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/iperf/ |
D | lwip_iperf.c | 120 temp_config.protocol = IPERF_PROTOCOL_UDP; in lega_wifi_iperf() 151 if (iperf_config.protocol == IPERF_PROTOCOL_TCP) { in lega_wifi_iperf() 239 if (iperf_config.protocol == IPERF_PROTOCOL_TCP) { in lega_wifi_iperf_client_start() 274 } else if (iperf_config.protocol == IPERF_PROTOCOL_UDP) { in lega_wifi_iperf_client_start()
|
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
D | drv_i2s.h | 140 int32_t csi_i2s_config(i2s_handle_t handle, i2s_protocol_e protocol, uint32_t samplewidth, i2s_mode… 148 int32_t csi_i2s_config_protocol(i2s_handle_t handle, i2s_protocol_e protocol);
|
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
D | hpm_i2s_drv.c | 113 | I2S_CFGR_STD_SET(config->protocol) in i2s_config_cfgr() 326 transfer->protocol = I2S_PROTOCOL_MSB_JUSTIFIED; in i2s_get_default_transfer_config_for_pdm() 336 transfer->protocol = I2S_PROTOCOL_MSB_JUSTIFIED; in i2s_get_default_transfer_config_for_dao() 348 transfer->protocol = I2S_PROTOCOL_MSB_JUSTIFIED; in i2s_get_default_transfer_config()
|
/device/soc/winnermicro/wm800/board/include/net/ |
D | wm_socket2.0.3.h | 227 enum tls_socket_protocol protocol; /* TCP Protocol or UDP Protocol */ member 270 enum tls_socket_protocol protocol; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/ |
D | README | 3 lwIP is a small independent implementation of the TCP/IP protocol suite. 32 TCP-based protocol (ported to mbedTLS) (see changelog for more info) 33 * PPPoS and PPPoE (Point-to-point protocol over Serial/Ethernet) 42 * SNTP (Simple network time protocol)
|
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/ |
D | net_adapter.c | 77 uint16_t protocol; in hdf_rtl8822cs_netdev_specialethertypeprocess() local 88 protocol = (buff->data[pidx0] << shift) | buff->data[pidx1]; in hdf_rtl8822cs_netdev_specialethertypeprocess() 90 if (protocol != ETHER_TYPE_PAE) { in hdf_rtl8822cs_netdev_specialethertypeprocess() 554 uint16_t protocol; in hdf_p2p_netdev_specialethertypeprocess() local 563 protocol = (buff->data[pidx0] << WIFI_SHIFT_BIT) | buff->data[pidx1]; in hdf_p2p_netdev_specialethertypeprocess() 564 if (protocol != ETHER_TYPE_PAE) { in hdf_p2p_netdev_specialethertypeprocess()
|
/device/board/osware/imx8mm/drivers/wifi/ap6212/hdfadapter/ |
D | net_adpater.c | 277 uint16_t protocol; in hdf_netdev_specialethertypeprocess() local 287 protocol = (buff->data[PROTOCOL_12BIT] << BYTE_NUM) | buff->data[PROTOCOL_13BIT]; in hdf_netdev_specialethertypeprocess() 288 if (protocol != ETHER_TYPE_PAE) { in hdf_netdev_specialethertypeprocess()
|
/device/board/isoftstone/zhiyuan/kernel/hdf/driver/wifi/xr829_hdfadapter/ |
D | net_adpater.c | 266 uint16_t protocol; in hdf_netdev_specialethertypeprocess() local 276 protocol = (buff->data[PEPROCESS1] << PEPROCESS3) | buff->data[PEPROCESS2]; in hdf_netdev_specialethertypeprocess() 277 if (protocol != ETHER_TYPE_PAE) { in hdf_netdev_specialethertypeprocess()
|
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Src/ |
D | stm32mp1xx_hal_sai.c | 259 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… 260 static HAL_StatusTypeDef SAI_InitPCM(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… 329 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz… in HAL_SAI_InitProtocol() argument 334 assert_param(IS_SAI_SUPPORTED_PROTOCOL(protocol)); in HAL_SAI_InitProtocol() 337 switch (protocol) in HAL_SAI_InitProtocol() 342 status = SAI_InitI2S(hsai, protocol, datasize, nbslot); in HAL_SAI_InitProtocol() 346 status = SAI_InitPCM(hsai, protocol, datasize, nbslot); in HAL_SAI_InitProtocol() 2226 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitI2S() argument 2254 if (protocol == SAI_I2S_STANDARD) in SAI_InitI2S() 2297 if (protocol == SAI_I2S_LSBJUSTIFIED) in SAI_InitI2S() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/vdpo/ |
D | drv_vdpo.h | 42 u32 protocol; member
|
D | drv_vdpo.c | 138 info->ver_total_time, info->b_interlace, g_vdpo_info[sel].protocol); in vdpo_low_config() 141 g_vdpo_info[sel].protocol, g_vdpo_info[sel].output_width, in vdpo_low_config() 181 g_vdpo_info[sel].protocol = value; in vdpo_init() 228 vdpo_dbg("protocol:%d\n", g_vdpo_info[sel].protocol); in vdpo_init()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
D | mac_vap.c | 820 vap_protocol = mac_vap->protocol; in mac_vap_init_rates() 998 mac_vap->protocol = WLAN_PROTOCOL_BUTT; in mac_vap_exit() 1088 if ((mac_vap->protocol == WLAN_HT_MODE) || (mac_vap->protocol == WLAN_HT_ONLY_MODE)) { in mac_vap_config_vht_ht_mib_by_protocol() 1105 …_ROM_TEXT hi_u32 mac_vap_init_by_protocol(mac_vap_stru *mac_vap, wlan_protocol_enum_uint8 protocol) in mac_vap_init_by_protocol() argument 1107 mac_vap->protocol = protocol; in mac_vap_init_by_protocol() 1108 if (protocol < WLAN_HT_MODE) { in mac_vap_init_by_protocol() 1189 mac_vap->protocol = WLAN_PROTOCOL_BUTT; in mac_vap_init_mode() 1238 mac_vap->protocol = WLAN_HT_MODE; in mac_vap_init_mib() 2003 if ((mac_vap->protocol != WLAN_HT_MODE) && (mac_vap->protocol != WLAN_HT_ONLY_MODE) && in mac_protection_lsigtxop_check() 2004 (mac_vap->protocol != WLAN_HT_11G_MODE)) { in mac_protection_lsigtxop_check()
|
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/ |
D | sockets.h | 620 int lwip_socket(int domain, int type, int protocol); 671 static inline int socket(int domain,int type,int protocol) in socket() argument 672 { return lwip_socket(domain,type,protocol); } in socket() 730 #define socket(domain,type,protocol) lwip_socket(domain,type,protocol) argument
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_wifi/include/bk_private/ |
D | bk_wifi_debug.h | 29 uint8_t protocol; /* protocol */ member
|