Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dtx.c398 buffer->flags = EFX_TX_BUF_CONT; in efx_enqueue_skb()
405 buffer->flags = EFX_TX_BUF_CONT | dma_flags; in efx_enqueue_skb()
900 buffer->flags = EFX_TX_BUF_CONT; in efx_tsoh_get_buffer()
908 buffer->flags = EFX_TX_BUF_CONT | EFX_TX_BUF_HEAP; in efx_tsoh_get_buffer()
952 buffer->flags = EFX_TX_BUF_CONT; in efx_tx_queue_insert()
1122 buffer->flags = EFX_TX_BUF_CONT; in tso_fill_packet_with_fragment()
1225 buffer->flags = EFX_TX_BUF_CONT | EFX_TX_BUF_MAP_SINGLE; in tso_start_new_packet()
1233 buffer->flags = EFX_TX_BUF_CONT; in tso_start_new_packet()
Dnet_driver.h164 #define EFX_TX_BUF_CONT 1 /* not last descriptor of packet */ macro
Dfarch.c337 BUILD_BUG_ON(EFX_TX_BUF_CONT != 1); in efx_farch_tx_write()
340 buffer->flags & EFX_TX_BUF_CONT, in efx_farch_tx_write()
Def10.c1888 BUILD_BUG_ON(EFX_TX_BUF_CONT != 1); in efx_ef10_tx_write()
1892 buffer->flags & EFX_TX_BUF_CONT, in efx_ef10_tx_write()