Lines Matching refs:mod

393 				  u8 coal_bit, bool *mod,  in ethnl_update_irq_moder()  argument
408 *mod = true; in ethnl_update_irq_moder()
442 bool *mod, in ethnl_update_profile() argument
475 mod, extack); in ethnl_update_profile()
482 mod, extack); in ethnl_update_profile()
489 mod, extack); in ethnl_update_profile()
517 bool mod_mode = false, mod = false; in __ethnl_set_coalesce() local
528 tb[ETHTOOL_A_COALESCE_RX_USECS], &mod); in __ethnl_set_coalesce()
530 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
532 tb[ETHTOOL_A_COALESCE_RX_USECS_IRQ], &mod); in __ethnl_set_coalesce()
534 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ], &mod); in __ethnl_set_coalesce()
536 tb[ETHTOOL_A_COALESCE_TX_USECS], &mod); in __ethnl_set_coalesce()
538 tb[ETHTOOL_A_COALESCE_TX_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
540 tb[ETHTOOL_A_COALESCE_TX_USECS_IRQ], &mod); in __ethnl_set_coalesce()
542 tb[ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ], &mod); in __ethnl_set_coalesce()
544 tb[ETHTOOL_A_COALESCE_STATS_BLOCK_USECS], &mod); in __ethnl_set_coalesce()
546 tb[ETHTOOL_A_COALESCE_PKT_RATE_LOW], &mod); in __ethnl_set_coalesce()
548 tb[ETHTOOL_A_COALESCE_RX_USECS_LOW], &mod); in __ethnl_set_coalesce()
550 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW], &mod); in __ethnl_set_coalesce()
552 tb[ETHTOOL_A_COALESCE_TX_USECS_LOW], &mod); in __ethnl_set_coalesce()
554 tb[ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW], &mod); in __ethnl_set_coalesce()
556 tb[ETHTOOL_A_COALESCE_PKT_RATE_HIGH], &mod); in __ethnl_set_coalesce()
558 tb[ETHTOOL_A_COALESCE_RX_USECS_HIGH], &mod); in __ethnl_set_coalesce()
560 tb[ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH], &mod); in __ethnl_set_coalesce()
562 tb[ETHTOOL_A_COALESCE_TX_USECS_HIGH], &mod); in __ethnl_set_coalesce()
564 tb[ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH], &mod); in __ethnl_set_coalesce()
566 tb[ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL], &mod); in __ethnl_set_coalesce()
568 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES], &mod); in __ethnl_set_coalesce()
570 tb[ETHTOOL_A_COALESCE_TX_AGGR_MAX_FRAMES], &mod); in __ethnl_set_coalesce()
572 tb[ETHTOOL_A_COALESCE_TX_AGGR_TIME_USECS], &mod); in __ethnl_set_coalesce()
577 &mod, info->extack); in __ethnl_set_coalesce()
585 &mod, info->extack); in __ethnl_set_coalesce()
600 *dual_change = mod && mod_mode; in __ethnl_set_coalesce()
601 if (!mod && !mod_mode) in __ethnl_set_coalesce()