Searched refs:ctl6 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 445 test_ngroups_reporting ctl6 port "dev $swp1" 465 test_ngroups_reporting ctl6 port "dev $swp1 vid 10" 485 test_ngroups_reporting ctl6 port_vlan "dev $swp1 vid 10" 554 test_ngroups_cross_vlan ctl6 605 test_maxgroups_zero ctl6 port "dev $swp1" 625 test_maxgroups_zero ctl6 port "dev $swp1 vid 10" 645 test_maxgroups_zero ctl6 port_vlan "dev $swp1 vid 10" 745 test_maxgroups_zero_cross_vlan ctl6 801 test_maxgroups_too_low ctl6 port "dev $swp1" 821 test_maxgroups_too_low ctl6 por [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 215 u32 ctl1, ctl6; in ar9002_set_txdesc() local 227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc() 257 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc() 269 ctl6 |= SM(i->aggr_len, AR_AggrLen); in ar9002_set_txdesc() 273 ctl6 |= SM(i->ndelim, AR_PadDelim); in ar9002_set_txdesc() 293 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc()
|
H A D | mac.h | 285 u32 ctl6; member 323 #define ds_ctl6 u.tx.ctl6
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 215 u32 ctl1, ctl6; in ar9002_set_txdesc() local 227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc() 257 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc() 269 ctl6 |= SM(i->aggr_len, AR_AggrLen); in ar9002_set_txdesc() 273 ctl6 |= SM(i->ndelim, AR_PadDelim); in ar9002_set_txdesc() 293 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc()
|
H A D | mac.h | 287 u32 ctl6; member 325 #define ds_ctl6 u.tx.ctl6
|
Completed in 9 milliseconds