Home
last modified time | relevance | path

Searched refs:local_rqfcr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c675 unsigned int *local_rqfcr; in gfar_ethflow_to_filer_table() local
682 local_rqfcr = kmalloc_array(MAX_FILER_IDX + 1, sizeof(unsigned int), in gfar_ethflow_to_filer_table()
684 if (!local_rqfpr || !local_rqfcr) { in gfar_ethflow_to_filer_table()
711 local_rqfcr[j] = priv->ftp_rqfcr[i]; in gfar_ethflow_to_filer_table()
745 local_rqfcr[j] = priv->ftp_rqfcr[l]; in gfar_ethflow_to_filer_table()
758 priv->ftp_rqfcr[priv->cur_filer_idx] = local_rqfcr[k]; in gfar_ethflow_to_filer_table()
760 local_rqfcr[k], local_rqfpr[k]); in gfar_ethflow_to_filer_table()
767 kfree(local_rqfcr); in gfar_ethflow_to_filer_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c685 unsigned int *local_rqfcr; in gfar_ethflow_to_filer_table() local
692 local_rqfcr = kmalloc_array(MAX_FILER_IDX + 1, sizeof(unsigned int), in gfar_ethflow_to_filer_table()
694 if (!local_rqfpr || !local_rqfcr) { in gfar_ethflow_to_filer_table()
721 local_rqfcr[j] = priv->ftp_rqfcr[i]; in gfar_ethflow_to_filer_table()
755 local_rqfcr[j] = priv->ftp_rqfcr[l]; in gfar_ethflow_to_filer_table()
768 priv->ftp_rqfcr[priv->cur_filer_idx] = local_rqfcr[k]; in gfar_ethflow_to_filer_table()
770 local_rqfcr[k], local_rqfpr[k]); in gfar_ethflow_to_filer_table()
777 kfree(local_rqfcr); in gfar_ethflow_to_filer_table()

Completed in 4 milliseconds