Home
last modified time | relevance | path

Searched refs:txd_len (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c232 u32 txd_len; in __sections_build_txd() local
238 txd_len = ops->txdesc_len(adapter, &info); in __sections_build_txd()
240 buf = h2cb_push(h2cb, txd_len); in __sections_build_txd()
246 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in __sections_build_txd()
271 u32 txd_len; in __sections_build_txd() local
277 txd_len = ops->txdesc_len(adapter, &info); in __sections_build_txd()
279 buf = h2cb_push(h2cb, txd_len); in __sections_build_txd()
285 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in __sections_build_txd()
H A Dfwcmd.c555 u32 txd_len; in h2c_pkt_build_txd() local
561 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
563 if (((info.pktlen + txd_len) & (512 - 1)) == 0) { in h2c_pkt_build_txd()
570 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
574 buf = h2cb_push(h2cb, txd_len); in h2c_pkt_build_txd()
578 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in h2c_pkt_build_txd()
768 u32 txd_len; in h2c_pkt_build_txd() local
774 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
776 if (((info.pktlen + txd_len) & (512 - 1)) == 0) { in h2c_pkt_build_txd()
783 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c232 u32 txd_len; in __sections_build_txd() local
238 txd_len = ops->txdesc_len(adapter, &info); in __sections_build_txd()
240 buf = h2cb_push(h2cb, txd_len); in __sections_build_txd()
246 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in __sections_build_txd()
271 u32 txd_len; in __sections_build_txd() local
277 txd_len = ops->txdesc_len(adapter, &info); in __sections_build_txd()
279 buf = h2cb_push(h2cb, txd_len); in __sections_build_txd()
285 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in __sections_build_txd()
H A Dfwcmd.c555 u32 txd_len; in h2c_pkt_build_txd() local
561 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
563 if (((info.pktlen + txd_len) & (512 - 1)) == 0) { in h2c_pkt_build_txd()
570 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
574 buf = h2cb_push(h2cb, txd_len); in h2c_pkt_build_txd()
578 ret = ops->build_txdesc(adapter, &info, buf, txd_len); in h2c_pkt_build_txd()
768 u32 txd_len; in h2c_pkt_build_txd() local
774 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
776 if (((info.pktlen + txd_len) & (512 - 1)) == 0) { in h2c_pkt_build_txd()
783 txd_len = ops->txdesc_len(adapter, &info); in h2c_pkt_build_txd()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c90 int txd_len, mcu_cmd = cmd & MCU_CMD_MASK; in mt7615_mcu_fill_msg() local
103 txd_len = cmd & MCU_UNI_PREFIX ? sizeof(*uni_txd) : sizeof(*mcu_txd); in mt7615_mcu_fill_msg()
104 txd = (__le32 *)skb_push(skb, txd_len); in mt7615_mcu_fill_msg()