Searched refs:tag_mode (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Dvlan.h389 * tag_mode - The egress tag mode.
406 extern rtk_api_ret_t rtk_vlan_tagMode_set(rtk_port_t port, rtk_vlan_tagMode_t tag_mode);
H A Dvlan.c1246 * tag_mode - The egress tag mode.
1263 rtk_api_ret_t rtk_vlan_tagMode_set(rtk_port_t port, rtk_vlan_tagMode_t tag_mode) argument
1273 if (tag_mode >= VLAN_TAG_MODE_END)
1276 if ((retVal = rtl8367c_setAsicVlanEgressTagMode(rtk_switch_port_L2P_get(port), tag_mode)) != RT_ERR_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Dvlan.h389 * tag_mode - The egress tag mode.
406 extern rtk_api_ret_t rtk_vlan_tagMode_set(rtk_port_t port, rtk_vlan_tagMode_t tag_mode);
H A Dvlan.c1246 * tag_mode - The egress tag mode.
1263 rtk_api_ret_t rtk_vlan_tagMode_set(rtk_port_t port, rtk_vlan_tagMode_t tag_mode) argument
1273 if (tag_mode >= VLAN_TAG_MODE_END)
1276 if ((retVal = rtl8367c_setAsicVlanEgressTagMode(rtk_switch_port_L2P_get(port), tag_mode)) != RT_ERR_OK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c17 * tm:[0|1|2] tag_mode=[0|1|2]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
513 static int tag_mode = TAG_SIMPLE; variable
515 static int tag_mode = TAG_DISABLED; variable
560 if (tag_mode == TAG_SIMPLE) {
564 else if (tag_mode == TAG_ORDERED) {
856 if (tag_mode != TAG_DISABLED && tag_mode != TAG_SIMPLE)
857 tag_mode = TAG_ORDERED;
862 driver_name, YESNO(have_old_firmware), tag_mode,
[all...]
H A Deata.c17 * tm:[0|1|2] tag_mode=[0|1|2]
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
48 * + The tagged_comm module parameter has been removed, use tag_mode
425 * max_queue_depth=4 ext_tran=0 tag_mode=2 \
889 static int tag_mode = TAG_SIMPLE; variable
891 static int tag_mode = TAG_DISABLED; variable
950 if (tag_mode == TAG_SIMPLE) {
953 } else if (tag_mode == TAG_ORDERED) {
1382 if (tag_mode != TAG_DISABLED && tag_mode !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Du14-34f.c17 * tm:[0|1|2] tag_mode=[0|1|2]
25 * modprobe u14-34f io_port=0x340,0x330 linked_comm=1 tag_mode=0 \
513 static int tag_mode = TAG_SIMPLE; variable
515 static int tag_mode = TAG_DISABLED; variable
560 if (tag_mode == TAG_SIMPLE) {
564 else if (tag_mode == TAG_ORDERED) {
856 if (tag_mode != TAG_DISABLED && tag_mode != TAG_SIMPLE)
857 tag_mode = TAG_ORDERED;
862 driver_name, YESNO(have_old_firmware), tag_mode,
[all...]
H A Deata.c17 * tm:[0|1|2] tag_mode=[0|1|2]
28 * modprobe eata io_port=0x7410,0x230 linked_comm=1 tag_mode=0 \
48 * + The tagged_comm module parameter has been removed, use tag_mode
425 * max_queue_depth=4 ext_tran=0 tag_mode=2 \
889 static int tag_mode = TAG_SIMPLE; variable
891 static int tag_mode = TAG_DISABLED; variable
950 if (tag_mode == TAG_SIMPLE) {
953 } else if (tag_mode == TAG_ORDERED) {
1382 if (tag_mode != TAG_DISABLED && tag_mode !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip-defs.h747 uint64_t tag_mode:2; member in struct:cvmx_pip_prt_tagx::cvmx_pip_prt_tagx_s
774 uint64_t tag_mode:2; member in struct:cvmx_pip_prt_tagx::cvmx_pip_prt_tagx_cn30xx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/octeon/
H A Dcvmx-pip-defs.h747 uint64_t tag_mode:2; member in struct:cvmx_pip_prt_tagx::cvmx_pip_prt_tagx_s
774 uint64_t tag_mode:2; member in struct:cvmx_pip_prt_tagx::cvmx_pip_prt_tagx_cn30xx

Completed in 132 milliseconds