Searched refs:EFX_TX_CB_ORDER (Results 1 – 6 of 6) sorted by relevance
31 &tx_queue->cb_page[index >> (PAGE_SHIFT - EFX_TX_CB_ORDER)]; in efx_tx_get_copy_buffer()33 ((index << EFX_TX_CB_ORDER) + NET_IP_ALIGN) & (PAGE_SIZE - 1); in efx_tx_get_copy_buffer()
309 #define EFX_TX_CB_ORDER 7 macro310 #define EFX_TX_CB_SIZE (1 << EFX_TX_CB_ORDER) - NET_IP_ALIGN
20 PAGE_SIZE >> EFX_TX_CB_ORDER); in efx_tx_cb_page_count()
39 &tx_queue->cb_page[index >> (PAGE_SHIFT - EFX_TX_CB_ORDER)]; in efx_tx_get_copy_buffer()41 ((index << EFX_TX_CB_ORDER) + NET_IP_ALIGN) & (PAGE_SIZE - 1); in efx_tx_get_copy_buffer()
291 #define EFX_TX_CB_ORDER 7 macro292 #define EFX_TX_CB_SIZE (1 << EFX_TX_CB_ORDER) - NET_IP_ALIGN