• Alex Elder's avatar
    net: ipa: derive channel from transaction · bcec9ecb
    Alex Elder authored
    In gsi_channel_tx_queued(), we report when a transaction gets passed
    to hardware.  Change that function so it takes transaction rather
    than a channel as its argument, and derive the channel from the
    transaction.  Rename the function accordingly.
    
    Delete the header comments above the function definition; the ones
    above the declaration in "gsi_private.h" should suffice.  In
    addition, the comments above gsi_channel_tx_update() do a fine job
    of explaining what's going on.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    bcec9ecb
gsi.c 65.6 KB