Searched refs:comm_dir (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ucc_fast.h | 208 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode); 217 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
|
D | ucc_slow.h | 243 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode); 252 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
|
D | ucc.h | 43 enum comm_dir mode);
|
D | qe.h | 324 enum comm_dir { enum
|
/linux-3.4.99/arch/powerpc/sysdev/qe_lib/ |
D | ucc_slow.c | 83 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable() 104 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_disable()
|
D | ucc_fast.c | 97 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_enable() 118 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_disable()
|
D | ucc.c | 119 enum comm_dir mode) in ucc_set_qe_mux_rxtx()
|
/linux-3.4.99/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 1516 static int ugeth_enable(struct ucc_geth_private *ugeth, enum comm_dir mode) in ugeth_enable() 1546 static int ugeth_disable(struct ucc_geth_private *ugeth, enum comm_dir mode) in ugeth_disable() 1797 enum comm_dir comm_dir; in ugeth_82xx_filtering_clear_all_addr_in_hash() local 1823 comm_dir = 0; in ugeth_82xx_filtering_clear_all_addr_in_hash() 1825 comm_dir |= COMM_DIR_TX; in ugeth_82xx_filtering_clear_all_addr_in_hash() 1827 comm_dir |= COMM_DIR_RX; in ugeth_82xx_filtering_clear_all_addr_in_hash() 1828 if (comm_dir) in ugeth_82xx_filtering_clear_all_addr_in_hash() 1829 ugeth_disable(ugeth, comm_dir); in ugeth_82xx_filtering_clear_all_addr_in_hash() 1846 if (comm_dir) in ugeth_82xx_filtering_clear_all_addr_in_hash() 1847 ugeth_enable(ugeth, comm_dir); in ugeth_82xx_filtering_clear_all_addr_in_hash()
|