Lines Matching refs:entries

259  * successful. If no entries are available on @q then this function will return
376 * successful. If no entries are available on @q then this function will return
416 * pointers. This routine returns the number of entries that were consumed by
596 /* walk all the EQ entries and drop on the floor */
723 * lpfc_sli4_write_cq_db - write cq DB for entries consumed or arm state.
756 * lpfc_sli4_if6_write_cq_db - write cq DB for entries consumed or arm state.
791 * index that the rqe was copied to if successful. If no entries are available
855 * internal pointers. This routine returns the number of entries that were
2552 /* Allocate HBQ entries */
2592 * is called with no lock held. The function returns the number of HBQ entries
2612 * function returns the number of HBQ entries successfully allocated.
4009 * entries. If it does, treat it as an adapter hardware error.
4392 * entries. If it does, treat it as an adapter hardware error.
5429 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
5431 * This function adds the number of hbq entries in every HBQ to get
5432 * the total number of hbq entries required for the HBA and returns
5448 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
5450 * This function calculates amount of memory required for all hbq entries
8028 * @entries: Number of rx_info_entry objects to allocate in ring
8035 u32 entries)
8037 rx_monitor->ring = kmalloc_array(entries, sizeof(struct rx_info_entry),
8045 rx_monitor->entries = entries;
8060 rx_monitor->entries = 0;
8084 u32 ring_size = rx_monitor->entries;
8103 * @max_read_entries: Maximum number of entries to read out of ring
8111 * Number of entries read out of the ring
8122 u32 ring_size = rx_monitor->entries;
8895 "2821 initialize iocb list with %d entries\n",
11338 /* Adjust cmd/rsp ring iocb entries more evenly */
11713 /* Too many cmd / rsp ring entries in SLI2 SLIM */
11714 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
14798 * queue and process all the entries on that completion queue, rearm the
14849 * This routine processes completion queue entries in a CQ. While a valid
14855 * entries, the loop stops. If we processed a sufficient number of elements,
14878 /* Process all the entries to the CQ */
15413 * queue and process all the entries on the completion queue, rearm the
15821 * @entry_count: The number of entries that this queue will handle.
17908 * If you are going to map 2 SGL's then the first one must have 256 entries
17909 * the second sgl can have between 1 and 256 entries.
18078 * @post_cnt: number of els sgl entries on the list.
20236 /* Verify the priority list has 2 or more entries */
20731 /* Parse TLV entries in the region */
21215 int inbound = 0; /* number of sg reply entries inbound from firmware */
21264 /* add up the reply sg entries */