Searched hist:"86094 f7f38ff711f3db8497fcb4d2e109100f497" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | Makefile | diff 86094f7f38ff711f3db8497fcb4d2e109100f497 Wed Aug 21 13:51:04 CDT 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Move and rename Falcon/Siena common NIC operations
Add efx_nic_type operations for the many efx_nic functions that need to be implemented different on EF10. For now, change most of the existing efx_nic_*() functions into inline wrappers. As a later step, we may be able to improve branch prediction for operations used on the fast path by copying the pointers into each queue/channel structure.
Move the Falcon/Siena implementations to new file farch.c and rename the functions and static data to use a prefix of 'efx_farch_'.
Move efx_may_push_tx_desc() to nic.h, as the EF10 TX code will also use it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
H A D | nic.c | diff 86094f7f38ff711f3db8497fcb4d2e109100f497 Wed Aug 21 13:51:04 CDT 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Move and rename Falcon/Siena common NIC operations
Add efx_nic_type operations for the many efx_nic functions that need to be implemented different on EF10. For now, change most of the existing efx_nic_*() functions into inline wrappers. As a later step, we may be able to improve branch prediction for operations used on the fast path by copying the pointers into each queue/channel structure.
Move the Falcon/Siena implementations to new file farch.c and rename the functions and static data to use a prefix of 'efx_farch_'.
Move efx_may_push_tx_desc() to nic.h, as the EF10 TX code will also use it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
H A D | nic.h | diff 86094f7f38ff711f3db8497fcb4d2e109100f497 Wed Aug 21 13:51:04 CDT 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Move and rename Falcon/Siena common NIC operations
Add efx_nic_type operations for the many efx_nic functions that need to be implemented different on EF10. For now, change most of the existing efx_nic_*() functions into inline wrappers. As a later step, we may be able to improve branch prediction for operations used on the fast path by copying the pointers into each queue/channel structure.
Move the Falcon/Siena implementations to new file farch.c and rename the functions and static data to use a prefix of 'efx_farch_'.
Move efx_may_push_tx_desc() to nic.h, as the EF10 TX code will also use it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
H A D | net_driver.h | diff 86094f7f38ff711f3db8497fcb4d2e109100f497 Wed Aug 21 13:51:04 CDT 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Move and rename Falcon/Siena common NIC operations
Add efx_nic_type operations for the many efx_nic functions that need to be implemented different on EF10. For now, change most of the existing efx_nic_*() functions into inline wrappers. As a later step, we may be able to improve branch prediction for operations used on the fast path by copying the pointers into each queue/channel structure.
Move the Falcon/Siena implementations to new file farch.c and rename the functions and static data to use a prefix of 'efx_farch_'.
Move efx_may_push_tx_desc() to nic.h, as the EF10 TX code will also use it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|
H A D | efx.c | diff 86094f7f38ff711f3db8497fcb4d2e109100f497 Wed Aug 21 13:51:04 CDT 2013 Ben Hutchings <bhutchings@solarflare.com> sfc: Move and rename Falcon/Siena common NIC operations
Add efx_nic_type operations for the many efx_nic functions that need to be implemented different on EF10. For now, change most of the existing efx_nic_*() functions into inline wrappers. As a later step, we may be able to improve branch prediction for operations used on the fast path by copying the pointers into each queue/channel structure.
Move the Falcon/Siena implementations to new file farch.c and rename the functions and static data to use a prefix of 'efx_farch_'.
Move efx_may_push_tx_desc() to nic.h, as the EF10 TX code will also use it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
|