Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/gxio/
Dmpipe.h282 static inline uint8_t gxio_mpipe_idesc_get_l2_offset(gxio_mpipe_idesc_t *idesc) in gxio_mpipe_idesc_get_l2_offset() function
298 return va + gxio_mpipe_idesc_get_l2_offset(idesc); in gxio_mpipe_idesc_get_l2_start()
312 return xfer_size - gxio_mpipe_idesc_get_l2_offset(idesc); in gxio_mpipe_idesc_get_l2_length()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c608 l2_offset = custom_flag ? 0 : gxio_mpipe_idesc_get_l2_offset(idesc); in tile_net_handle_packet()