Home
last modified time | relevance | path

Searched refs:support_sg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/usbip/
H A Dstub_rx.c477 int support_sg = 1; in stub_recv_cmd_submit() local
523 support_sg = 0; in stub_recv_cmd_submit()
543 if (support_sg) { in stub_recv_cmd_submit()
/linux/net/core/
H A Dxdp.c1022 bool support_sg) in xdp_features_set_redirect_target_locked() argument
1026 if (support_sg) in xdp_features_set_redirect_target_locked()
1032 void xdp_features_set_redirect_target(struct net_device *dev, bool support_sg) in xdp_features_set_redirect_target() argument
1035 xdp_features_set_redirect_target_locked(dev, support_sg); in xdp_features_set_redirect_target()