Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h175 uint64_t otag:2; member
205 uint64_t otag:2;
219 uint64_t otag:2; member
249 uint64_t otag:2;
262 uint64_t otag:2; member
290 uint64_t otag:2;
1439 uint64_t otag:5; member
1445 uint64_t otag:5;
/linux/net/core/
H A Dnet-sysfs.c1076 rps_tag_ptr otag, tag_ptr = 0UL; in store_rps_dev_flow_table_cnt() local
1123 otag = xchg(&queue->rps_flow_table, tag_ptr); in store_rps_dev_flow_table_cnt()
1124 if (otag) in store_rps_dev_flow_table_cnt()
1125 kvfree_rcu_mightsleep(rps_tag_to_table(otag)); in store_rps_dev_flow_table_cnt()