Searched refs:first (Results 126 - 150 of 264) sorted by relevance

1234567891011

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c792 /* get first packet to find out which ep the packets will go into */
1637 struct htc_packet *packet, *tmp_pkt, *first; local
1644 first = list_first_entry(pkt_queue, struct htc_packet, list);
1646 if (first->endpoint >= ENDPOINT_MAX) {
1652 __func__, first->endpoint, get_queue_depth(pkt_queue),
1653 first->buf_len);
1655 ep = &target->endpoint[first->endpoint];
/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c206 * asd_init_scbs - manually allocate the first SCB.
209 * This allocates the very first SCB which would be sent to the
1106 struct asd_ascb *first = NULL; local
1113 else if (!first)
1114 first = ascb;
1116 struct asd_ascb *last = list_entry(first->list.prev,
1119 list_add_tail(&ascb->list, &first->list);
1125 return first;
1136 * DMA to the host adapter this list of SCBs. But the head (first
1189 * @ascb: pointer to the first aSC
[all...]
/drivers/auxdisplay/
H A DKconfig43 The first standard parallel port address is 0x378.
/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c609 * NOTE: For horizontal bias we always give the first found, because our
610 * scan is horizontal-raster-based and the first candidate will always
613 bool first = criteria & CR_BIAS_HORIZONTAL; local
618 if (!first) {
628 BUG_ON(first);
648 return first;
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h296 struct i40e_tx_buffer *first, u32 tx_flags,
H A Di40e_fcoe.c117 /* the first byte of the last dword is EOF */
131 * first.
919 /* only the first buffer may have none-zero offset */
1273 * @first: first buffer info buffer to use
1282 struct i40e_tx_buffer *first,
1314 return i40e_tx_map(tx_ring, skb, first, tx_flags, hdr_len,
1366 struct i40e_tx_buffer *first; local
1383 /* record the location of the first descriptor for this packet */
1384 first
1280 i40e_fcoe_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, struct i40e_tx_buffer *first, u32 tx_flags, u8 hdr_len, u8 eof) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.h258 u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, bool first, u32 *more);
/drivers/pcmcia/
H A Dpxa2xx_sharpsl.c204 .first = 0,
H A Dsa1111_generic.c147 s->soc.nr = ops->first + i;
/drivers/sn/
H A Dioc3.c339 unsigned long first, addr; local
346 addr = first = nic_find(idd, &save, 0);
347 if(!first)
365 if(addr == first)
/drivers/spi/
H A Dspi-fsl-spi.c359 struct spi_transfer *t, *first; local
365 first = list_first_entry(&m->transfers, struct spi_transfer,
368 if ((first->bits_per_word != t->bits_per_word) ||
369 (first->speed_hz != t->speed_hz)) {
512 /* We need handle RX first */
661 /* 8 bits per word and MSB first */
/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_compat25.h173 #define ll_d_hlist_entry(ptr, type, name) hlist_entry(ptr.first, type, name)
/drivers/xen/
H A Dgrant-table.c59 /* External tools reserve first few grant table entries. */
307 struct deferred_entry *first = NULL; local
316 if (entry == first)
333 if (!first)
334 first = entry;
784 * Loop backwards, so that the first hypercall has the largest
/drivers/net/wireless/ath/carl9170/
H A Dtx.c906 /* NOTE: For the first rate, the ERP & AMPDU flags are directly
921 /* first rate - part of the hw's frame header */
1128 struct sk_buff *skb, *first; local
1165 first = skb_peek(&tid_info->queue);
1166 tmpssn = carl9170_get_seq(first);
1188 tid_info->sta, first);
1189 tx_info_first = IEEE80211_SKB_CB(first);
/drivers/scsi/
H A Dscsi_scan.c575 /* Perform up to 3 passes. The first pass uses a conservative
652 /* When the first pass succeeds we gain information about
679 * the same amount as we successfully got in the first pass. */
702 * On the whole, the best approach seems to be to assume the first
1001 * @buf: Output buffer with at least end-first+1 bytes of space
1003 * @first: Offset of string into inq
1007 unsigned first, unsigned end)
1011 for (idx = 0; idx + first < end && idx + first < inq[4] + 5; idx++) {
1012 if (inq[idx+first] > ' ') {
1006 scsi_inq_str(unsigned char *buf, unsigned char *inq, unsigned first, unsigned end) argument
[all...]
/drivers/atm/
H A Dzatm.c182 struct rx_buffer_head *first; local
210 first = NULL;
225 if (!first) first = head;
241 if (first) {
244 zout(virt_to_bus(first),CER);
/drivers/net/xen-netback/
H A Dnetback.c259 * - (iii) stops us leaving the first buffer
262 * netfront relies on the first buffer being
860 struct xen_netif_tx_request *first,
869 if (!(first->flags & XEN_NETTXF_more_data))
916 * first->size overflowed and following slots will
924 if (!drop_err && txp->size > first->size) {
928 txp->size, first->size);
932 first->size -= txp->size;
950 xenvif_tx_err(queue, first, cons + slots);
1017 /* Skip first sk
859 xenvif_count_requests(struct xenvif_queue *queue, struct xen_netif_tx_request *first, struct xen_netif_tx_request *txp, int work_to_do) argument
[all...]
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lock.c242 * Removes LDLM lock \a lock from LRU. Obtains the LRU lock first.
279 * first.
375 * Destroys a LDLM lock \a lock. Performs necessary locking first.
379 int first; local
382 first = ldlm_lock_destroy_internal(lock);
385 /* drop reference from hashtable only for first destroy */
386 if (first) {
397 int first; local
399 first = ldlm_lock_destroy_internal(lock);
400 /* drop reference from hashtable only for first destro
[all...]
/drivers/firmware/
H A DKconfig49 use the first serial port it describes as the Linux console,
/drivers/isdn/i4l/
H A Disdn_ppp.c315 is->first = is->rq + NUM_RCV_BUFFS - 1; /* receive queue */
372 is->first = is->rq + NUM_RCV_BUFFS - 1; /* receive queue */
712 bf = is->first;
758 bf = is->first;
762 printk(KERN_WARNING "ippp: Queue is full; discarding first buffer\n");
765 is->first = bf;
798 b = is->first->next;
807 is->first = b;
913 ippp_table[i]->first = ippp_table[i]->rq + NUM_RCV_BUFFS - 1;
1586 } else { /* first lin
[all...]
/drivers/staging/lustre/lustre/ptlrpc/
H A Dptlrpcd.c337 int first = pc->pc_cursor; local
365 } while (rc == 0 && pc->pc_cursor != first);
/drivers/video/console/
H A DKconfig111 always select the first framebuffer driver that is loaded. The latter
/drivers/dma/ioat/
H A Ddma.c236 struct ioat_desc_sw *first; local
246 first = to_ioat_desc(desc->tx_list.next);
250 chain_tail->hw->next = first->txd.phys;
253 dump_desc_dbg(ioat, first);
413 /* Before freeing channel resources first check
848 /* Start copy, using first DMA channel */
/drivers/ide/
H A DKconfig59 a few first-generation SATA controllers.
297 bool "Boot off-board chipsets first support (DEPRECATED)"
474 off-board chipsets first support" (CONFIG_BLK_DEV_OFFBOARD) unless
669 bool "Probe on-board ATA/100 (Kauai) first"
/drivers/md/
H A Draid10.c79 * device without failing the first device, or trying to over-write to
537 * first chunk, followed by near_copies copies of the next chunk and
568 /* now calculate first sector/dev */
808 * the resync window. We take the first readable disk when
1303 /* first select target devices under rcu_lock and
1619 int first = 0; local
1634 int this = first;
1645 first = (first + ncopies) % disks;
1646 } while (first !
1788 int first = 0; local
2049 int i, first; local
3619 int first = 1; local
4073 int first = 1; local
[all...]

Completed in 544 milliseconds

1234567891011