Searched defs:trunk (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dvlan_cmd.c56 "<trunk interface>" );
67 struct net_device *trunk; local
74 /* Parse trunk interface */
75 if ( ( rc = parse_netdev ( argv[optind], &trunk ) ) != 0 )
79 if ( ( rc = vlan_create ( trunk, opts.tag, opts.priority ) ) != 0 ) {
115 /* Parse trunk interface */
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvlan.c46 struct net_device *trunk; member in struct:vlan_device
62 return netdev_open ( vlan->trunk );
73 netdev_close ( vlan->trunk );
86 struct net_device *trunk = vlan->trunk; local
116 /* Transmit packet on trunk device */
117 if ( ( rc = net_tx ( iob_disown ( iobuf ), trunk, &vlan_protocol,
138 /* Poll trunk device */
139 netdev_poll ( vlan->trunk );
151 /* Enable/disable interrupts on trunk devic
174 struct net_device *trunk = vlan->trunk; local
197 vlan_find( struct net_device *trunk, unsigned int tag ) argument
221 vlan_rx( struct io_buffer *iobuf, struct net_device *trunk, const void *ll_dest, const void *ll_source, unsigned int flags __unused ) argument
315 vlan_create( struct net_device *trunk, unsigned int tag, unsigned int priority ) argument
403 struct net_device *trunk; local
[all...]

Completed in 405 milliseconds