/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | test_bridge_backup_port.sh | 35 # | sw1 | | sw2 | 154 setup_ns sw1 sw2 155 for ns in $sw1 $sw2; do 160 ip link set dev veth0 netns $sw1 name veth0 200 local ns=$sw1 239 cleanup_ns $sw1 $sw2 254 run_cmd "tc -n $sw1 qdisc replace dev swp1 clsact" 255 run_cmd "tc -n $sw1 filter replace dev swp1 egress pref 1 handle 101 proto ip flower src_mac $smac dst_mac $dmac action pass" 257 run_cmd "tc -n $sw1 qdisc replace dev vx0 clsact" 258 run_cmd "tc -n $sw1 filte [all...] |
H A D | test_bridge_neigh_suppress.sh | 45 # | sw1 | | sw2 | 156 for ns in h1 h2 sw1 sw2; do 162 ip link set dev veth1 netns sw1 name swp1 165 ip link set dev veth0 netns sw1 name veth0 257 local ns=sw1 296 for ns in h1 h2 sw1 sw2; do 315 run_cmd "tc -n sw1 qdisc replace dev vx0 clsact" 316 run_cmd "tc -n sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op request action pass" 322 tc_check_packets sw1 "dev vx0 egress" 101 1 327 run_cmd "bridge -n sw1 lin [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-irq.c | 23 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd() argument 25 if (sw1 & IRQ_CPU_TO_EPU) in epu_cmd() 27 if (sw1 & IRQ_APU_TO_EPU) in epu_cmd() 34 u32 sw1, sw2, hw2; in cx18_irq_handler() local 36 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask; in cx18_irq_handler() 40 if (sw1) in cx18_irq_handler() 41 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1); in cx18_irq_handler() 47 if (sw1 || sw in cx18_irq_handler() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-irq.c | 23 static void epu_cmd(struct cx18 *cx, u32 sw1) in epu_cmd() argument 25 if (sw1 & IRQ_CPU_TO_EPU) in epu_cmd() 27 if (sw1 & IRQ_APU_TO_EPU) in epu_cmd() 34 u32 sw1, sw2, hw2; in cx18_irq_handler() local 36 sw1 = cx18_read_reg(cx, SW1_INT_STATUS) & cx->sw1_irq_mask; in cx18_irq_handler() 40 if (sw1) in cx18_irq_handler() 41 cx18_write_reg_expect(cx, sw1, SW1_INT_STATUS, ~sw1, sw1); in cx18_irq_handler() 47 if (sw1 || sw in cx18_irq_handler() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtl8188e_xmit.h | 104 ((struct txdesc_88e *)(txdesc))->sw1 = (((value) >> 8) & 0x0f); \ 135 u8 sw1:4; member 142 #define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1 << 8))
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | m52790.c | 43 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write() local 46 return i2c_smbus_write_byte_data(client, sw1, sw2); in m52790_write()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3); 157 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() 156 dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) dib0090_set_switch() argument
|
H A D | dib0090.c | 1374 int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument 1379 | ((sw3 & 1) << 2) | ((sw2 & 1) << 1) | (sw1 & 1)); in dib0090_set_switch()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | m52790.c | 43 u8 sw1 = (state->input | state->output) & 0xff; in m52790_write() local 46 return i2c_smbus_write_byte_data(client, sw1, sw2); in m52790_write()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0090.h | 87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3); 157 u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() 156 dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) dib0090_set_switch() argument
|
H A D | dib0090.c | 1374 int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) in dib0090_set_switch() argument 1379 | ((sw3 & 1) << 2) | ((sw2 & 1) << 1) | (sw1 & 1)); in dib0090_set_switch()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 316 unsigned int sw0, sw1; in get_phys_clock() local 321 sw1 = atomic_read(sw_ptr); in get_phys_clock() 323 if (sw0 == sw1 && (sw0 & 0x80000000U)) in get_phys_clock()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 310 unsigned int sw0, sw1; in get_phys_clock() local 315 sw1 = atomic_read(sw_ptr); in get_phys_clock() 317 if (sw0 == sw1 && (sw0 & 0x80000000U)) in get_phys_clock()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | ltc3589.c | 253 LTC3589_LINEAR_REG(SW1, sw1, B1DTV1),
|
H A D | ltc3676.c | 225 LTC3676_LINEAR_REG(SW1, sw1, BUCK1, DVB1A),
|
H A D | mc13892-regulator.c | 267 MC13892_SW_DEFINE(SW1, sw1, SWITCHERS0, SWITCHERS0, mc13892_sw1),
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | max5970-regulator.c | 255 MAX597X_SWITCH(sw1, MAX5970_REG_CHXEN, 1, "vss2"),
|
H A D | ltc3589.c | 256 LTC3589_LINEAR_REG(SW1, sw1, B1DTV1),
|
H A D | ltc3676.c | 225 LTC3676_LINEAR_REG(SW1, sw1, BUCK1, DVB1A),
|
H A D | mc13892-regulator.c | 267 MC13892_SW_DEFINE(SW1, sw1, SWITCHERS0, SWITCHERS0, mc13892_sw1),
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 1051 u16 sw1; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 1050 u16 sw1; member
|