Lines Matching +full:tx +full:- +full:mailbox +full:- +full:count
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Qlogic Corporation
77 (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
81 #define QLA_MAX_TSO_FRAME_SIZE ((64 * 1024 - 1) + 22)
106 uint64_t count; member
120 volatile uint32_t txr_free; /* # of free entries in tx ring */
121 volatile uint32_t txr_next; /* # next available tx ring entry */
145 ((QLA_LBQ_SIZE + PAGE_SIZE + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
153 ((QLA_SBQ_SIZE + PAGE_SIZE + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
348 /* mailbox completions */
361 #define QL_ALIGN(size, align) (((size) + ((align) - 1)) & (~((align) - 1)))