Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 73) sorted by relevance

123

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Drx.c885 static void ieee80211_parse_qos(struct ieee80211_rx_data *rx) in ieee80211_parse_qos()
952 static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx) in ieee80211_verify_alignment()
1054 static ieee80211_rx_result ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx) in ieee80211_rx_mesh_check()
1369 static void ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, in ieee80211_rx_reorder_ampdu()
1446 ieee80211_rx_h_check_dup(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_dup()
1483 ieee80211_rx_h_check(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check()
1539 ieee80211_rx_h_check_more_data(struct ieee80211_rx_data *rx) in ieee80211_rx_h_check_more_data()
1696 ieee80211_rx_h_uapsd_and_pspoll(struct ieee80211_rx_data *rx) in ieee80211_rx_h_uapsd_and_pspoll()
1747 ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) in ieee80211_rx_h_sta_process()
1879 ieee80211_rx_h_decrypt(struct ieee80211_rx_data *rx) in ieee80211_rx_h_decrypt()
[all …]
Dwpa.c94 ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx) in ieee80211_rx_h_michael_mic_verify()
264 ieee80211_crypto_tkip_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_tkip_decrypt()
494 ieee80211_crypto_ccmp_decrypt(struct ieee80211_rx_data *rx, in ieee80211_crypto_ccmp_decrypt()
723 ieee80211_crypto_gcmp_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_gcmp_decrypt()
839 ieee80211_crypto_cs_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_cs_decrypt()
1024 ieee80211_crypto_aes_cmac_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_aes_cmac_decrypt()
1074 ieee80211_crypto_aes_cmac_256_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_aes_cmac_256_decrypt()
1173 ieee80211_crypto_aes_gmac_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_aes_gmac_decrypt()
1259 ieee80211_crypto_hw_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_hw_decrypt()
Dwep.c243 ieee80211_crypto_wep_decrypt(struct ieee80211_rx_data *rx) in ieee80211_crypto_wep_decrypt()
Dkey.h78 struct tkip_ctx_rx rx[IEEE80211_NUM_TIDS]; member
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dtransport.c510 static void update_rpl(struct bt_mesh_rpl *rpl, struct bt_mesh_net_rx *rx) in update_rpl()
526 static bool is_replay(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match) in is_replay()
579 static int sdu_recv(struct bt_mesh_net_rx *rx, u32_t seq, u8_t hdr, in sdu_recv()
730 static int trans_ack(struct bt_mesh_net_rx *rx, u8_t hdr, in trans_ack()
800 static int trans_heartbeat(struct bt_mesh_net_rx *rx, in trans_heartbeat()
826 static int ctl_recv(struct bt_mesh_net_rx *rx, u8_t hdr, in ctl_recv()
897 static int trans_unseg(struct os_mbuf *buf, struct bt_mesh_net_rx *rx, in trans_unseg()
928 static inline s32_t ack_timeout(struct seg_rx *rx) in ack_timeout()
1022 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset()
1050 struct seg_rx *rx = ble_npl_event_get_arg(work); in seg_ack() local
[all …]
Dnet.c110 static u64_t msg_hash(struct bt_mesh_net_rx *rx, struct os_mbuf *pdu) in msg_hash()
120 static bool msg_cache_match(struct bt_mesh_net_rx *rx, in msg_cache_match()
942 size_t data_len, struct bt_mesh_net_rx *rx, in net_decrypt()
980 size_t data_len, struct bt_mesh_net_rx *rx, in friend_decrypt()
1015 struct bt_mesh_net_rx *rx, in net_find_and_decrypt()
1086 struct bt_mesh_net_rx *rx) in bt_mesh_net_relay()
1190 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse()
1201 struct bt_mesh_net_rx *rx, struct os_mbuf *buf) in bt_mesh_net_decode()
1266 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_recv() local
Dlpn.c457 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx) in bt_mesh_lpn_msg_received()
477 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_offer()
528 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_clear_cfm()
847 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_sub_cfm()
911 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_update()
Dprov.c165 } rx; member
1416 static void link_open(struct prov_rx *rx, struct os_mbuf *buf) in link_open()
1453 static void link_ack(struct prov_rx *rx, struct os_mbuf *buf) in link_ack()
1473 static void link_close(struct prov_rx *rx, struct os_mbuf *buf) in link_close()
1479 static void gen_prov_ctl(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_ctl()
1558 static void gen_prov_cont(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_cont()
1605 static void gen_prov_ack(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_ack()
1632 static void gen_prov_start(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_start()
1694 static void gen_prov_recv(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_recv()
1713 struct prov_rx rx; in bt_mesh_pb_adv_recv() local
Dfriend.c206 int bt_mesh_friend_clear(struct bt_mesh_net_rx *rx, struct os_mbuf *buf) in bt_mesh_friend_clear()
547 int bt_mesh_friend_sub_add(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_add()
580 int bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_rem()
632 int bt_mesh_friend_poll(struct bt_mesh_net_rx *rx, struct os_mbuf *buf) in bt_mesh_friend_poll()
759 int bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_friend_clear_cfm()
860 int bt_mesh_friend_req(struct bt_mesh_net_rx *rx, struct os_mbuf *buf) in bt_mesh_friend_req()
1207 struct bt_mesh_net_rx *rx, in friend_lpn_enqueue_rx()
1434 void bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *rx, in bt_mesh_friend_enqueue_rx()
/device/board/isoftstone/yangfan/kernel/src/driv/net/stmmac/
Ddwmac-rk-tool.c55 int rx; member
86 int rx; member
801 int tx, int rx) in dwmac_rk_loopback_with_identify()
823 int tx, int rx) in dwmac_rk_delayline_is_valid()
912 int tx, rx, tx_sum, rx_sum, count; in dwmac_rk_delayline_scan() local
1419 int tx, rx; in rgmii_delayline_show() local
1433 int tx = 0, rx = 0; in rgmii_delayline_store() local
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk-tool.c55 int rx; member
86 int rx; member
801 int tx, int rx) in dwmac_rk_loopback_with_identify()
823 int tx, int rx) in dwmac_rk_delayline_is_valid()
912 int tx, rx, tx_sum, rx_sum, count; in dwmac_rk_delayline_scan() local
1419 int tx, rx; in rgmii_delayline_show() local
1433 int tx = 0, rx = 0; in rgmii_delayline_store() local
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
Ddwmac-rk-tool.c48 int rx; member
79 int rx; member
785 …_loopback_with_identify(struct stmmac_priv *priv, struct dwmac_rk_lb_priv *lb_priv, int tx, int rx) in dwmac_rk_loopback_with_identify()
806 static inline bool dwmac_rk_delayline_is_valid(struct dwmac_rk_lb_priv *lb_priv, int tx, int rx) in dwmac_rk_delayline_is_valid()
893 int tx, rx, tx_sum, rx_sum, count; in dwmac_rk_delayline_scan() local
1373 int tx, rx; in rgmii_delayline_show() local
1384 int tx = 0, rx = 0; in rgmii_delayline_store() local
/device/soc/telink/b91/hdf/uart/
Duart_tlsr9518.h32 uart_rx_pin_e rx; member
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c24 uECC_word_t rx[uECC_MAX_WORDS]; in uECC_verify_antifault() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/mailbox/
Dmailbox_driver_base.h61 void (*rx[MAILBOX_CALLBACK_NUMBER])(); member
/device/soc/st/common/platform/spi/
Dstm32mp1_spi.c385 static void Mp1xxSpiReadFifo(const struct Mp1xxSpiCntlr *stm32mp1, uint8_t *rx, uint32_t count) in Mp1xxSpiReadFifo()
433 uint8_t *rx = msg->rbuf; in Mp1xxSpiTxRx() local
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
Ddevices.c40 int32_t rx; member
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Ddevice.h56 Pinctrl rx; member
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/
Decc_dsa.c199 uECC_word_t rx[NUM_ECC_WORDS]; in uECC_verify() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
Dspi.c670 hi_u8 *rx = (hi_u8 *)spi_hw_ctrl->rx_buf.buf; in spi_transfer_8bits_block() local
723 hi_u16 *rx = (hi_u16 *)spi_hw_ctrl->rx_buf.buf; in spi_transfer_16bits_block() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/inc/
Dapp_uart.h125 app_uart_pin_t rx; /**< Set the configuration of UART RX pin. */ member
/device/board/unionman/unionpi_tiger/kernel/hdf/audio/linux_drv/src/
Daxg_tdm_interface.c79 struct axg_tdm_stream *rx = (struct axg_tdm_stream *)iface->capture_ts; in meson_axg_tdm_iface_set_tdm_slots() local
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_l2cap_coc.c153 struct ble_l2cap_coc_endpoint *rx; in ble_l2cap_coc_rx_fn() local
/device/soc/hisilicon/common/platform/spi/
Dspi_hi35xx.c374 static void Pl022ReadFifo(const struct Pl022 *pl022, uint8_t *rx, uint32_t count) in Pl022ReadFifo()
399 uint8_t *rx = msg->rbuf; in Pl022TxRx() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dbh.c421 int rx = 0; in xradio_proc() local
1267 int rx = 0, tx = 0, term, suspend; in xradio_bh() local

123