Home
last modified time | relevance | path

Searched refs:tx_buf (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/st7796s/
Dfsl_st7796s.c232 uint8_t tx_buf[4]; in ST7796S_SelectArea() local
234 tx_buf[0] = (uint8_t)(startX >> 0x08U) & 0xFFU; in ST7796S_SelectArea()
235 tx_buf[1] = (uint8_t)startX & 0xFFU; in ST7796S_SelectArea()
236 tx_buf[2] = (uint8_t)(endX >> 0x08U) & 0xFFU; in ST7796S_SelectArea()
237 tx_buf[3] = (uint8_t)endX & 0xFFU; in ST7796S_SelectArea()
239 ST7796S_ERROR_CHECK(ST7796S_WriteCommand(handle, ST7796S_CMD_CASET, tx_buf, 4U)); in ST7796S_SelectArea()
241 tx_buf[0] = (uint8_t)(startY >> 0x08U) & 0xFFU; in ST7796S_SelectArea()
242 tx_buf[1] = (uint8_t)startY & 0xFFU; in ST7796S_SelectArea()
243 tx_buf[2] = (uint8_t)(endY >> 0x08U) & 0xFFU; in ST7796S_SelectArea()
244 tx_buf[3] = (uint8_t)endY & 0xFFU; in ST7796S_SelectArea()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-imu.c508 mlan_adap->tx_buffer_size = ((HostCmd_DS_COMMAND *)cmdresp)->params.tx_buf.buff_size; in wlan_handle_cmd_resp_packet()
1214 mlan_status wlan_xmit_wmm_pkt(t_u8 interface, t_u32 txlen, t_u8 *tx_buf) in wlan_xmit_wmm_pkt() argument
1229 … process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt()
1231 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt()
1238 ret = HAL_ImuAddWlanTxPacketExt(kIMU_LinkCpu1Cpu3, tx_buf, txlen, net_tx_zerocopy_process_cb); in wlan_xmit_wmm_pkt()
1240 ret = HAL_ImuAddWlanTxPacket(kIMU_LinkCpu1Cpu3, tx_buf, txlen); in wlan_xmit_wmm_pkt()
1249 process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], 0); in wlan_xmit_wmm_pkt()
1251 process_pkt_hdrs_flags((t_u8 *)tx_buf, 0); in wlan_xmit_wmm_pkt()
1322 mlan_status wlan_xmit_wmm_amsdu_pkt(mlan_wmm_ac_e ac, t_u8 interface, t_u32 txlen, t_u8 *tx_buf, t_… in wlan_xmit_wmm_amsdu_pkt() argument
1333 process_amsdu_pkt_hdrs((t_u8 *)tx_buf, txlen, ac, interface); in wlan_xmit_wmm_amsdu_pkt()
[all …]
Dwifi-imu.h123 mlan_status wlan_xmit_wmm_pkt(t_u8 interface, t_u32 txlen, t_u8 *tx_buf);
128 mlan_status wlan_xmit_wmm_amsdu_pkt(mlan_wmm_ac_e ac, t_u8 interface, t_u32 txlen, t_u8 *tx_buf, t_…
Dwifi-sdio.h129 mlan_status wlan_xmit_wmm_pkt(t_u8 interface, t_u32 txlen, t_u8 *tx_buf);
134 mlan_status wlan_xmit_wmm_amsdu_pkt(mlan_wmm_ac_e ac, t_u8 interface, t_u32 txlen, t_u8 *tx_buf, t_…
Dwifi-sdio.c1747 mlan_status wlan_xmit_wmm_pkt(t_u8 interface, t_u32 txlen, t_u8 *tx_buf) in wlan_xmit_wmm_pkt() argument
1780 … process_pkt_hdrs_flags(&((outbuf_t *)tx_buf)->intf_header[0], MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt()
1782 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt()
1794 net_tx_zerocopy_process_cb(outbuf + buf_block_len, tx_buf, txlen); in wlan_xmit_wmm_pkt()
1796 memcpy(outbuf + buf_block_len, tx_buf, txlen); in wlan_xmit_wmm_pkt()
1862 mlan_status wlan_xmit_wmm_pkt(t_u8 interface, t_u32 txlen, t_u8 *tx_buf) in wlan_xmit_wmm_pkt() argument
1904 process_pkt_hdrs_flags((t_u8 *)tx_buf, MRVDRV_TxPD_POWER_MGMT_LAST_PACKET); in wlan_xmit_wmm_pkt()
1910 ret = sdio_drv_write(mlan_adap->ioport + txportno, 1, tx_blocks, buflen, tx_buf, &resp); in wlan_xmit_wmm_pkt()
1926 process_pkt_hdrs_flags((t_u8 *)tx_buf, 0); in wlan_xmit_wmm_pkt()
Dmlan_cmdevt.c2426 t_u8 *pdata = tx_frame->tx_buf; in wlan_cmd_tx_frame()
2439 (void)__memcpy(pmpriv->adapter, &pkt_type, tx_frame->tx_buf, sizeof(pkt_type)); in wlan_cmd_tx_frame()
2440 …(void)__memcpy(pmpriv->adapter, &tx_control, tx_frame->tx_buf + sizeof(pkt_type), sizeof(tx_contro… in wlan_cmd_tx_frame()
Dmlan_11n.c707 HostCmd_DS_TXBUF_CFG *ptx_buf = &cmd->params.tx_buf; in wlan_cmd_recfg_tx_buf()
Dmlan_glue.c7152 cmd->params.tx_buf.action = HostCmd_ACT_GEN_SET; in wifi_prepare_reconfigure_tx_buf_cmd()
7153 cmd->params.tx_buf.buff_size = 2048; in wifi_prepare_reconfigure_tx_buf_cmd()
7231 cmd->params.tx_buf.action = HostCmd_ACT_GEN_SET; in wifi_prepare_set_tx_buf_size()
7232 cmd->params.tx_buf.buff_size = tx_buf_size; in wifi_prepare_set_tx_buf_size()
Dmlan_api.c5761 t_u8 *pBuf = &tx_frame.tx_buf[0]; in wlan_send_mgmt_auth_request()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h506 t_u8 tx_buf[512]; member
Dmlan_fw.h7904 HostCmd_DS_TXBUF_CFG tx_buf;