/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug_sta.c | 26 struct ath_node *an = file->private_data; in read_file_node_aggr() local 27 struct ath_softc *sc = an->sc; in read_file_node_aggr() 39 if (!an->sta->ht_cap.ht_supported) { in read_file_node_aggr() 46 an->maxampdu); in read_file_node_aggr() 48 an->mpdudensity); in read_file_node_aggr() 56 tid = ath_node_to_tid(an, tidno); in read_file_node_aggr() 100 struct ath_node *an; in ath_debug_rate_stats() local 111 an = (struct ath_node *) sta->drv_priv; in ath_debug_rate_stats() 112 rstats = &an->rx_rate_stats; in ath_debug_rate_stats() 171 struct ath_node *an in read_file_node_recv() local 250 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_sta_add_debugfs() local [all...] |
H A D | dynack.c | 127 struct ath_node *an; in ath_dynack_compute_ackto() local 130 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto() 131 if (an->ackto > to) in ath_dynack_compute_ackto() 132 to = an->ackto; in ath_dynack_compute_ackto() 152 struct ath_node *an; in ath_dynack_compute_to() local 177 an = (struct ath_node *)sta->drv_priv; in ath_dynack_compute_to() 178 an->ackto = ath_dynack_ewma(an->ackto, in ath_dynack_compute_to() 182 an->ackto, ackto); in ath_dynack_compute_to() 235 struct ath_node *an; in ath_dynack_sample_tx_ts() local 322 ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_init() argument 340 ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_deinit() argument 358 struct ath_node *an; ath_dynack_reset() local [all...] |
H A D | dynack.h | 84 void ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an); 85 void ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an); 94 struct ath_node *an) {} in ath_dynack_node_init() 96 struct ath_node *an) {} in ath_dynack_node_deinit() 93 ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_init() argument 95 ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_deinit() argument
|
H A D | main.c | 358 struct ath_node *an; in ath_node_attach() local 359 an = (struct ath_node *)sta->drv_priv; in ath_node_attach() 361 an->sc = sc; in ath_node_attach() 362 an->sta = sta; in ath_node_attach() 363 an->vif = vif; in ath_node_attach() 364 memset(&an->key_idx, 0, sizeof(an->key_idx)); in ath_node_attach() 366 ath_tx_node_init(sc, an); in ath_node_attach() 368 ath_dynack_node_init(sc->sc_ah, an); in ath_node_attach() 373 struct ath_node *an in ath_node_detach() local 1342 struct ath_node *an = &avp->mcast_node; ath9k_add_interface() local 1605 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_sta_add() local 1629 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_del_ps_key() local 1685 ath9k_sta_set_tx_filter(struct ath_hw *ah, struct ath_node *an, bool set) ath9k_sta_set_tx_filter() argument 1704 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_sta_notify() local 1769 struct ath_node *an = NULL; ath9k_set_key() local 2017 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_ampdu_action() local [all...] |
H A D | xmit.c | 150 if (!tid->an->sta) in ath_send_bar() 153 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar() 180 ath_get_skb_tid(struct ath_softc *sc, struct ath_node *an, struct sk_buff *skb) in ath_get_skb_tid() argument 183 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid() 190 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() 194 .sta = tid->an->sta, in ath_tid_pull() 445 struct ath_node *an = NULL; in ath_tx_complete_aggr() local 486 an = (struct ath_node *)sta->drv_priv; in ath_tx_complete_aggr() 551 if (txok || !an in ath_tx_complete_aggr() 706 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath_tx_process_buffer() local 1521 struct ath_node *an; ath_tx_aggr_start() local 1558 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath_tx_aggr_stop() local 1570 ath_tx_aggr_sleep(struct ieee80211_sta *sta, struct ath_softc *sc, struct ath_node *an) ath_tx_aggr_sleep() argument 1588 ath_tx_aggr_wakeup(struct ath_softc *sc, struct ath_node *an) ath_tx_aggr_wakeup() argument 1635 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_release_buffered_frames() local 2081 struct ath_node *an = NULL; setup_frame_info() local 2284 struct ath_node *an = NULL; ath_tx_start() local 2805 ath_tx_node_init(struct ath_softc *sc, struct ath_node *an) ath_tx_node_init() argument 2829 ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an) ath_tx_node_cleanup() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug_sta.c | 26 struct ath_node *an = file->private_data; in read_file_node_aggr() local 27 struct ath_softc *sc = an->sc; in read_file_node_aggr() 39 if (!an->sta->deflink.ht_cap.ht_supported) { in read_file_node_aggr() 46 an->maxampdu); in read_file_node_aggr() 48 an->mpdudensity); in read_file_node_aggr() 56 tid = ath_node_to_tid(an, tidno); in read_file_node_aggr() 100 struct ath_node *an; in ath_debug_rate_stats() local 111 an = (struct ath_node *) sta->drv_priv; in ath_debug_rate_stats() 112 rstats = &an->rx_rate_stats; in ath_debug_rate_stats() 171 struct ath_node *an in read_file_node_recv() local 250 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_sta_add_debugfs() local [all...] |
H A D | dynack.c | 126 struct ath_node *an; in ath_dynack_compute_ackto() local 129 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto() 130 if (an->ackto > to) in ath_dynack_compute_ackto() 131 to = an->ackto; in ath_dynack_compute_ackto() 151 struct ath_node *an; in ath_dynack_compute_to() local 176 an = (struct ath_node *)sta->drv_priv; in ath_dynack_compute_to() 177 an->ackto = ath_dynack_ewma(an->ackto, in ath_dynack_compute_to() 181 an->ackto, ackto); in ath_dynack_compute_to() 234 struct ath_node *an; in ath_dynack_sample_tx_ts() local 325 ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_init() argument 343 ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_deinit() argument 361 struct ath_node *an; ath_dynack_reset() local [all...] |
H A D | dynack.h | 84 void ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an); 85 void ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an); 94 struct ath_node *an) {} in ath_dynack_node_init() 96 struct ath_node *an) {} in ath_dynack_node_deinit() 93 ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_init() argument 95 ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an) ath_dynack_node_deinit() argument
|
H A D | main.c | 358 struct ath_node *an; in ath_node_attach() local 359 an = (struct ath_node *)sta->drv_priv; in ath_node_attach() 361 an->sc = sc; in ath_node_attach() 362 an->sta = sta; in ath_node_attach() 363 an->vif = vif; in ath_node_attach() 364 memset(&an->key_idx, 0, sizeof(an->key_idx)); in ath_node_attach() 366 ath_tx_node_init(sc, an); in ath_node_attach() 368 ath_dynack_node_init(sc->sc_ah, an); in ath_node_attach() 373 struct ath_node *an in ath_node_detach() local 1337 struct ath_node *an = &avp->mcast_node; ath9k_add_interface() local 1599 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_sta_add() local 1623 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_del_ps_key() local 1679 ath9k_sta_set_tx_filter(struct ath_hw *ah, struct ath_node *an, bool set) ath9k_sta_set_tx_filter() argument 1698 struct ath_node *an = (struct ath_node *) sta->drv_priv; ath9k_sta_notify() local 1764 struct ath_node *an = NULL; ath9k_set_key() local 2012 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_ampdu_action() local [all...] |
H A D | xmit.c | 156 if (!tid->an->sta) in ath_send_bar() 159 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar() 227 ath_get_skb_tid(struct ath_softc *sc, struct ath_node *an, struct sk_buff *skb) in ath_get_skb_tid() argument 230 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid() 237 struct ath_softc *sc = tid->an->sc; in ath_tid_pull() 241 .sta = tid->an->sta, in ath_tid_pull() 494 struct ath_node *an = NULL; in ath_tx_complete_aggr() local 535 an = (struct ath_node *)sta->drv_priv; in ath_tx_complete_aggr() 600 if (txok || !an in ath_tx_complete_aggr() 755 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath_tx_process_buffer() local 1582 struct ath_node *an; ath_tx_aggr_start() local 1619 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath_tx_aggr_stop() local 1631 ath_tx_aggr_sleep(struct ieee80211_sta *sta, struct ath_softc *sc, struct ath_node *an) ath_tx_aggr_sleep() argument 1649 ath_tx_aggr_wakeup(struct ath_softc *sc, struct ath_node *an) ath_tx_aggr_wakeup() argument 1696 struct ath_node *an = (struct ath_node *)sta->drv_priv; ath9k_release_buffered_frames() local 2140 struct ath_node *an = NULL; setup_frame_info() local 2343 struct ath_node *an = NULL; ath_tx_start() local 2864 ath_tx_node_init(struct ath_softc *sc, struct ath_node *an) ath_tx_node_init() argument 2888 ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an) ath_tx_node_cleanup() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 61 | simply execute an "rte" as with the sample code below. 70 | This is the exit point for the 060FPSP when an enabled overflow exception 72 | for enabled overflow conditions. The exception stack frame is an overflow 76 | does an "rte". 89 | This is the exit point for the 060FPSP when an enabled underflow exception 91 | for enabled underflow conditions. The exception stack frame is an underflow 95 | does an "rte". 107 | This is the exit point for the 060FPSP when an enabled operand error exception 109 | for enabled operand error exceptions. The exception stack frame is an operan [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty. 61 | simply execute an "rte" as with the sample code below. 70 | This is the exit point for the 060FPSP when an enabled overflow exception 72 | for enabled overflow conditions. The exception stack frame is an overflow 76 | does an "rte". 89 | This is the exit point for the 060FPSP when an enabled underflow exception 91 | for enabled underflow conditions. The exception stack frame is an underflow 95 | does an "rte". 107 | This is the exit point for the 060FPSP when an enabled operand error exception 109 | for enabled operand error exceptions. The exception stack frame is an operan [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 10 | Any routine which may report an exceptions must load 95 | Frame is an unimp frame possible resulting from an fmove <ea>,fp0 96 | that caused an exception 167 | The typical work to be done to the unimp frame to report an 219 | ;it is an unsupp or unimp exc 239 | An fmoveout that results in an overflow is reported this way. 241 | An fmoveout that results in an underflow is reported this way. 250 | x is an extended denorm can report an underflo [all...] |
H A D | x_fline.S | 8 | Next, determine if the instruction is an fmovecr with a non-zero 63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding 65 | ;if an FMOVECR instruction, fix stack 70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
|
H A D | sasin.S | 5 | an input argument; sAsind does the same except for denormalized 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity. 90 fbgt t_operr |cause an operr exception
|
H A D | satanh.S | 6 | an input argument; satanhd does the same except for denormalized 35 | 4. (|X| = 1) Generate infinity with an appropriate sign and 41 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 10 | Any routine which may report an exceptions must load 95 | Frame is an unimp frame possible resulting from an fmove <ea>,fp0 96 | that caused an exception 167 | The typical work to be done to the unimp frame to report an 219 | ;it is an unsupp or unimp exc 239 | An fmoveout that results in an overflow is reported this way. 241 | An fmoveout that results in an underflow is reported this way. 250 | x is an extended denorm can report an underflo [all...] |
H A D | x_fline.S | 8 | Next, determine if the instruction is an fmovecr with a non-zero 63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding 65 | ;if an FMOVECR instruction, fix stack 70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
|
H A D | sasin.S | 5 | an input argument; sAsind does the same except for denormalized 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity. 90 fbgt t_operr |cause an operr exception
|
H A D | satanh.S | 6 | an input argument; satanhd does the same except for denormalized 35 | 4. (|X| = 1) Generate infinity with an appropriate sign and 41 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
|
/kernel/linux/linux-5.10/arch/arm/mach-rpc/ |
H A D | ecard-loader.S | 16 @ Purpose: call an expansion card loader to read bytes. 29 @ Purpose: call an expansion card loader to reset the card
|
/kernel/linux/linux-6.6/arch/arm/mach-rpc/ |
H A D | ecard-loader.S | 16 @ Purpose: call an expansion card loader to read bytes. 29 @ Purpose: call an expansion card loader to reset the card
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | livetree.c | 797 struct node *an; in build_root_node() local 799 an = get_subnode(dt, name); in build_root_node() 800 if (!an) in build_root_node() 801 an = build_and_name_child_node(dt, name); in build_root_node() 803 if (!an) in build_root_node() 806 return an; in build_root_node() 824 struct node *an, struct node *node, in generate_label_tree_internal() 839 p = get_property(an, l->label); in generate_label_tree_internal() 843 an->name); in generate_label_tree_internal() 852 add_property(an, in generate_label_tree_internal() 823 generate_label_tree_internal(struct dt_info *dti, struct node *an, struct node *node, bool allocph) generate_label_tree_internal() argument [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | livetree.c | 824 struct node *an; in build_root_node() local 826 an = get_subnode(dt, name); in build_root_node() 827 if (!an) in build_root_node() 828 an = build_and_name_child_node(dt, name); in build_root_node() 830 if (!an) in build_root_node() 833 return an; in build_root_node() 851 struct node *an, struct node *node, in generate_label_tree_internal() 866 p = get_property(an, l->label); in generate_label_tree_internal() 870 an->name); in generate_label_tree_internal() 879 add_property(an, in generate_label_tree_internal() 850 generate_label_tree_internal(struct dt_info *dti, struct node *an, struct node *node, bool allocph) generate_label_tree_internal() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | int-handler.S | 170 # irq_nr < 0: it is an address 226 # irq_nr < 0: it is an address 306 move a1,t0 # cheats way of printing an arg! 310 move a1,t0 # cheats way of printing an arg!
|