Home
last modified time | relevance | path

Searched refs:get_tx_head_prio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/
H A Dti_hecc.c212 static inline int get_tx_head_prio(struct ti_hecc_priv *priv) in get_tx_head_prio() function
499 data = cf->can_dlc | (get_tx_head_prio(priv) << 8); in ti_hecc_xmit()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dti_hecc.c202 static inline int get_tx_head_prio(struct ti_hecc_priv *priv) in get_tx_head_prio() function
489 data = cf->len | (get_tx_head_prio(priv) << 8); in ti_hecc_xmit()

Completed in 4 milliseconds