Searched refs:allow_rx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c77 /* Spinlock protects i2c_lock_count, release_count, allow_rx */
82 bool allow_rx; member in struct:mctp_i2c_dev
329 if (midev->allow_rx) {
768 midev->allow_rx = false;
796 midev->allow_rx = true;
848 midev->allow_rx = false;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c1784 action->rewrite->allow_rx = 0;
1799 if (!action->rewrite->allow_rx && !action->rewrite->allow_tx) {
1839 action->rewrite->allow_rx = 0;
1855 if (!action->rewrite->allow_rx && !action->rewrite->allow_tx) {
1927 action->rewrite->allow_rx = 1;
H A Ddr_types.h1039 u8 allow_rx:1; member in struct:mlx5dr_action_rewrite

Completed in 178 milliseconds