Searched refs:jumbo (Results 1 – 8 of 8) sorted by relevance
1184 struct ipg_jumbo *jumbo = &sp->jumbo; in ipg_nic_rx_with_start_and_end() local1188 if (jumbo->found_start) { in ipg_nic_rx_with_start_and_end()1189 dev_kfree_skb_irq(jumbo->skb); in ipg_nic_rx_with_start_and_end()1190 jumbo->found_start = 0; in ipg_nic_rx_with_start_and_end()1191 jumbo->current_size = 0; in ipg_nic_rx_with_start_and_end()1192 jumbo->skb = NULL; in ipg_nic_rx_with_start_and_end()1219 struct ipg_jumbo *jumbo = &sp->jumbo; in ipg_nic_rx_with_start() local1232 if (jumbo->found_start) in ipg_nic_rx_with_start()1233 dev_kfree_skb_irq(jumbo->skb); in ipg_nic_rx_with_start()1240 jumbo->found_start = 1; in ipg_nic_rx_with_start()[all …]
724 struct ipg_jumbo jumbo; member
31 static int jumbo[MAX_UNITS]; variable47 module_param_array(jumbo, int, NULL, 0);205 if (jumbo[card_idx] != 0) { in rio_probe1()206 np->jumbo = 1; in rio_probe1()209 np->jumbo = 0; in rio_probe1()431 if (np->jumbo != 0) in rio_open()1095 int max = (np->jumbo) ? MAX_JUMBO : 1536; in change_mtu()
384 unsigned int jumbo:1; /* Jumbo frame enable */ member
1520 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument1527 if (!jumbo) { in ace_set_rxtx_parms()1611 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet()1914 ap->jumbo = 0; in ace_handle_event()2219 if (ap->jumbo) { in ace_interrupt()2267 if (ap->jumbo && in ace_open()2367 if (ap->jumbo) { in ace_close()2572 if (!(ap->jumbo)) { in ace_change_mtu()2575 ap->jumbo = 1; in ace_change_mtu()2584 if (ap->jumbo) { in ace_change_mtu()
668 int tasklet_pending, jumbo; member783 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
2853 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument2859 *jumbo = 0; in ehea_get_jumboframe_status()2874 *jumbo = 1; in ehea_get_jumboframe_status()2885 *jumbo = 1; in ehea_get_jumboframe_status()2975 int jumbo; in ehea_setup_single_port() local3047 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port()3052 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
1521 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local1588 if (jumbo) in genesis_mac_init()1605 if (hw->ports > 1 && jumbo) in genesis_mac_init()1665 if (jumbo) { in genesis_mac_init()