Searched refs:AQ_CFG_SKB_FRAGS_MAX (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_cfg.h | 61 #define AQ_CFG_SKB_FRAGS_MAX 32U macro 65 #define AQ_CFG_RESTART_DESC_THRES (AQ_CFG_SKB_FRAGS_MAX * 2)
|
H A D | aq_ring.c | 243 if (aq_ring_avail_dx(ring) <= AQ_CFG_SKB_FRAGS_MAX) in aq_ring_update_queue_state()
|
H A D | aq_ptp.c | 764 if (frags > AQ_CFG_SKB_FRAGS_MAX || frags > aq_ring_avail_dx(ring)) { in aq_ptp_xmit()
|
H A D | aq_nic.c | 733 if (frags > AQ_CFG_SKB_FRAGS_MAX) { in aq_nic_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_cfg.h | 62 #define AQ_CFG_SKB_FRAGS_MAX 32U macro 66 #define AQ_CFG_RESTART_DESC_THRES (AQ_CFG_SKB_FRAGS_MAX * 2)
|
H A D | aq_nic.c | 845 if (frags > AQ_CFG_SKB_FRAGS_MAX) in aq_nic_xmit_xdpf() 880 if (frags > AQ_CFG_SKB_FRAGS_MAX) { in aq_nic_xmit()
|
H A D | aq_ptp.c | 764 if (frags > AQ_CFG_SKB_FRAGS_MAX || frags > aq_ring_avail_dx(ring)) { in aq_ptp_xmit()
|
H A D | aq_ring.c | 253 if (aq_ring_avail_dx(ring) <= AQ_CFG_SKB_FRAGS_MAX) in aq_ring_update_queue_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0_internal.h | 83 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 85 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
H A D | hw_atl_b0_internal.h | 147 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 149 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0_internal.h | 83 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 85 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
H A D | hw_atl_b0_internal.h | 147 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 149 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_internal.h | 41 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 43 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_internal.h | 41 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE)) 43 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
|
Completed in 12 milliseconds