Searched refs:rx_packet_max (Results 1 – 3 of 3) sorted by relevance
58 static int rx_packet_max = CPSW_MAX_PACKET_SIZE; variable59 module_param(rx_packet_max, int, 0);60 MODULE_PARM_DESC(rx_packet_max, "maximum receive packet size (bytes)");369 int pkt_size = cpsw->rx_packet_max; in cpsw_rx_handler()623 cpsw->rx_packet_max); in cpsw_slave_open()1636 cpsw->rx_packet_max = max(rx_packet_max, CPSW_MAX_PACKET_SIZE); in cpsw_probe()
49 static int rx_packet_max = CPSW_MAX_PACKET_SIZE; variable321 pkt_size = cpsw->rx_packet_max; in cpsw_rx_handler()777 cpsw->rx_packet_max); in cpsw_slave_open()1973 cpsw->rx_packet_max = rx_packet_max; in cpsw_probe()
343 int rx_packet_max; member