Lines Matching +full:scatter +full:- +full:gather

35  *   \brief Common: Structures and macros used in PCI-NIC package by core and
70 /* pre-defined host->NIC tag values */
82 * Subcodes are used by host driver/apps to identify the sub-operation
106 #define LIO_DRV_APP_END (LIO_DRV_INVALID_APP - 1)
117 index = index + count - max; in lio_incr_index()
144 /*--------------------------- SCATTER GATHER ENTRY -----------------------*/
147 * The Scatter-Gather List Entry. The scatter or gather component used with
165 * \brief Add size to gather list
166 * @param sg_entry scatter/gather entry
175 sg_entry->u.size[pos] = size; in lio_add_sg_size()
177 sg_entry->u.size[3 - pos] = size; in lio_add_sg_size()
181 /*------------------------- End Scatter/Gather ---------------------------*/
254 * --------------- 0
255 * | wqe word0-3 |
256 * --------------- 32
258 * --------------- 40
260 * --------------- 48
262 * --------------- 56
264 * --------------- 64
265 * | Addtl 8-BData |
267 * ---------------
308 /* Instruction Header(DPI) - for OCTEON-III models */
315 /* Gather indicator 1=gather */
316 uint64_t gather:1; member
318 /* Data length OR no. of entries in gather list */
327 /* PKI port kind - PKIND */
338 /* PKI port kind - PKIND */
347 /* Data length OR no. of entries in gather list */
350 /* Gather indicator 1=gather */
351 uint64_t gather:1;
359 /* Optional PKI Instruction Header(PKI IH) - for OCTEON-III models */
486 uint64_t len:3; /* additional 64-bit words */
493 uint64_t len:3; /* additional 64-bit words */
505 uint64_t len:3; /* additional 64-bit words */
516 uint64_t len:3; /* additional 64-bit words */
526 uint64_t len:3; /* additional 64-bit words */
538 uint64_t len:3; /* additional 64-bit words */
549 uint64_t len:3; /* additional 64-bit words */
557 uint64_t len:3; /* additional 64-bit words */
704 /* link-level stats */
711 uint64_t fifo_err; /* Accounts for over/under-run of buffers */
743 /* link-level stats */
753 uint64_t fifo_err; /* Accounts for over/under-run of buffers */
782 subcode1 = LIO_OPCODE_SUBCODE((rh)->r.opcode, (rh)->r.subcode); in lio_opcode_slow_path()