• J
    s390/qeth: don't replace a fully completed async TX buffer · db4ffdce
    Julian Wiedmann 提交于
    For TX buffers that require an additional async notification via QAOB, the
    TX completion code can now manage all the necessary processing if the
    notification has already occurred (or is occurring concurrently).
    
    In such cases we can avoid replacing the metadata that is associated
    with the buffer's slot on the ring, and just keep using the current one.
    
    As qeth_clear_output_buffer() will also handle any kmem cache-allocated
    memory that was mapped into the TX buffer, qeth_qdio_handle_aob()
    doesn't need to worry about it.
    
    While at it, also remove the unneeded forward declaration for
    qeth_init_qdio_out_buf().
    Signed-off-by: NJulian Wiedmann <jwi@linux.ibm.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    db4ffdce
qeth_core_main.c 191.8 KB