summaryrefslogtreecommitdiff
path: root/drivers/net/ipa/gsi.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-05-22 20:46:13 +0100
committerDavid S. Miller <davem@davemloft.net>2022-05-22 20:46:13 +0100
commit0598cec957abbdd47b8eb7dceb51d54ac465417d (patch)
treea894e4154d3532175bf34d93980d3579ecea3773 /drivers/net/ipa/gsi.h
parent60f243ad1426b796efed750937733b0e410f9257 (diff)
parenta224bd4b88caa3ac62a4b541a07fae7ea26cab7a (diff)
downloadlinux-0598cec957abbdd47b8eb7dceb51d54ac465417d.tar.gz
linux-0598cec957abbdd47b8eb7dceb51d54ac465417d.tar.bz2
linux-0598cec957abbdd47b8eb7dceb51d54ac465417d.zip
Merge branch 'ipa-next'
Alex Elder says: ==================== net: ipa: a few more small items This series consists of three small sets of changes. Version 2 adds a patch that avoids a warning that occurs when handling a modem crash (I unfortunately didn't notice it earlier). All other patches are the same--just rebased. The first three patches allow a few endpoint features to be specified. At this time, currently-defined endpoints retain the same configuration, but when the monitor functionality is added in the next cycle these options will be required. The fourth patch simply removes an unused function, explaining also why it would likely never be used. The fifth patch is new. It counts the number of modem TX endpoints and uses it to determine how many TREs a transaction needs when when handling a modem crash. It is needed to avoid exceeding the limited number of commands imposed by the last four patches. And the last four patches refactor code related to IPA immediate commands, eliminating an unused field and then simplifying and removing some unneeded code. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/gsi.h')
-rw-r--r--drivers/net/ipa/gsi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ipa/gsi.h b/drivers/net/ipa/gsi.h
index 9cc657658811..5d66116b46b0 100644
--- a/drivers/net/ipa/gsi.h
+++ b/drivers/net/ipa/gsi.h
@@ -84,7 +84,6 @@ struct gsi_trans_info {
struct gsi_trans_pool pool; /* transaction pool */
struct gsi_trans_pool sg_pool; /* scatterlist pool */
struct gsi_trans_pool cmd_pool; /* command payload DMA pool */
- struct gsi_trans_pool info_pool;/* command information pool */
struct gsi_trans **map; /* TRE -> transaction map */
spinlock_t spinlock; /* protects updates to the lists */