Home
last modified time | relevance | path

Searched refs:rx_packet_max (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dcpsw.c58 static int rx_packet_max = CPSW_MAX_PACKET_SIZE; variable
59 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()
H A Dcpsw_new.c49 static int rx_packet_max = CPSW_MAX_PACKET_SIZE; variable
321 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()
H A Dcpsw_priv.h343 int rx_packet_max; member