Searched refs:intf (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m46x/StdDriver/drv_emac/ |
| D | synopGMAC_network_interface.h | 46 s32 synopGMAC_open(int intf); 47 s32 synopGMAC_open_selftest(int intf); 48 s32 synopGMAC_close(int intf); 49 s32 synopGMAC_xmit_frames(struct sk_buff *, int intf, u32 offload_needed, u32 ts); 50 void synopGMAC_set_multicast_list(int intf); 51 s32 synopGMAC_set_mac_address(int intf, u8*); 52 s32 synopGMAC_change_mtu(int intf,s32); 53 void synop_handle_transmit_over(int intf); 55 s32 synop_handle_received_data(int intf, u8 **buf); // Chris, to get RX buffer pointer 56 void synopGMAC_set_mode(int intf, int mode);
|
| D | synopGMAC_network_interface.c | 300 void synop_handle_transmit_over(int intf) in synop_handle_transmit_over() argument 315 gmacdev = &GMACdev[intf]; in synop_handle_transmit_over() 375 s32 synop_handle_received_data(int intf, u8 **buf) // Chris, to get RX buffer pointer in synop_handle_received_data() argument 390 struct sk_buff *rb = &rxbuf[intf]; in synop_handle_received_data() 398 gmacdev = &GMACdev[intf]; in synop_handle_received_data() 679 void synopGMAC_set_speed(int intf) in synopGMAC_set_speed() argument 682 synopGMACdevice *gmacdev = &GMACdev[intf]; in synopGMAC_set_speed() 723 s32 synopGMAC_open(int intf) in synopGMAC_open() argument 729 synopGMACdevice * gmacdev = &GMACdev[intf]; in synopGMAC_open() 733 if(intf == 0) in synopGMAC_open() [all …]
|