Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dtransport.c586 bool swap_src_dst) in j1939_tp_tx_dat_new() argument
605 if (swap_src_dst) in j1939_tp_tx_dat_new()
644 bool swap_src_dst, pgn_t pgn, const u8 *dat) in j1939_xtp_do_tx_ctl() argument
649 if (!j1939_tp_im_involved(re_skcb, swap_src_dst)) in j1939_xtp_do_tx_ctl()
652 skb = j1939_tp_tx_dat_new(priv, re_skcb, true, swap_src_dst); in j1939_xtp_do_tx_ctl()
666 bool swap_src_dst, const u8 *dat) in j1939_tp_tx_ctl() argument
671 swap_src_dst, in j1939_tp_tx_ctl()
677 bool swap_src_dst, in j1939_xtp_tx_abort() argument
683 if (!j1939_tp_im_involved(re_skcb, swap_src_dst)) in j1939_xtp_tx_abort()
689 return j1939_xtp_do_tx_ctl(priv, re_skcb, swap_src_dst, pgn, dat); in j1939_xtp_tx_abort()