Searched refs:target_pkt (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c737 struct pgpkt_struct *target_pkt,
754 if (tmp_pkt.offset != target_pkt->offset) {
771 if (!((target_pkt->word_en & BIT(0)) |
775 if (!((target_pkt->word_en & BIT(1)) |
779 if (!((target_pkt->word_en & BIT(2)) |
783 if (!((target_pkt->word_en & BIT(3)) |
792 target_pkt->data);
804 if ((target_pkt->word_en & BIT(0)) ^
808 if ((target_pkt->word_en & BIT(1)) ^
812 if ((target_pkt
734 efuse_write_data_case1(struct ieee80211_hw *hw, u16 *efuse_addr, u8 efuse_data, u8 offset, int *continual, u8 *write_state, struct pgpkt_struct *target_pkt, int *repeat_times, int *result, u8 word_en) argument
844 efuse_write_data_case2(struct ieee80211_hw *hw, u16 *efuse_addr, int *continual, u8 *write_state, struct pgpkt_struct target_pkt, int *repeat_times, int *result) argument
916 struct pgpkt_struct target_pkt; local
[all...]

Completed in 137 milliseconds