Searched refs:BR_TX_FWD_OFFLOAD (Results 1 – 2 of 2) sorted by relevance
20 return (p->flags & BR_TX_FWD_OFFLOAD) && in nbp_switchdev_can_offload_tx_fwd()273 p->flags |= BR_TX_FWD_OFFLOAD; in nbp_switchdev_add()293 if (p->flags & BR_TX_FWD_OFFLOAD) { in nbp_switchdev_del()294 p->flags &= ~BR_TX_FWD_OFFLOAD; in nbp_switchdev_del()
60 #define BR_TX_FWD_OFFLOAD BIT(20) macro