Searched refs:filled (Results 1 - 25 of 87) sorted by path

1234

/linux-master/arch/sh/kernel/cpu/sh3/
H A Dex.S46 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */
47 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c196 priv->survey[*chan_num].filled = SURVEY_INFO_NOISE_DBM |
/linux-master/include/trace/events/
H A Dpwc.h28 ? pdev->fill_buf->filled : 0);
31 TP_printk("dev=%s (fbuf=%p filled=%d) urb=%p (status=%d actual_length=%u)",
52 __entry->fbuf__filled = pdev->fill_buf->filled;
55 TP_printk(" dev=%s (fbuf=%p filled=%d) urb=%p",
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-its.c2636 size_t max_size, filled = 0; local
2649 filled += cte_esz;
2652 if (filled == max_size)
2656 * table is not fully filled, add a last dummy element
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S675 # Determine if partial block is not being filled and
711 # Determine if partial block is not being filled and
H A Daesni-intel_avx-x86_64.S756 # Determine if partial block is not being filled and
792 # Determine if partial block is not being filled and
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm605 s_cmp_eq_u32 ttmp13, 0x20 //have 32 VGPR lanes filled?
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c604 u64 rhs_offset, lhs_offset, lhs_size, filled; local
627 &filled, blocks);
631 lhs_size = max((size - filled), min_block_size);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c865 size_t filled; local
880 filled = 8;
892 filled = 4;
904 filled = 2;
916 filled = 1;
919 count -= filled;
920 done += filled;
921 *ppos += filled;
922 buf += filled;
940 size_t filled; local
[all...]
/linux-master/drivers/infiniband/core/
H A Dnldev.c1545 bool filled = false; local
1607 filled = true;
1643 if (!filled)
/linux-master/drivers/media/usb/pwc/
H A Dpwc-if.c253 if (fbuf->filled == 4)
268 if (fbuf->filled < pdev->frame_total_size) {
270 fbuf->filled);
361 if (flen + fbuf->filled > pdev->frame_total_size) {
363 flen + fbuf->filled,
367 memcpy(fbuf->data + fbuf->filled, iso_buf,
369 fbuf->filled += flen;
379 pdev->fill_buf->filled = 0;
673 * we've filled, take the pwc data we've stored in buf->data
H A Dpwc.h195 nala, only the first 3 bytes is filled) */
206 int filled; /* number of bytes filled */ member in struct:pwc_frame_buf
252 * Frame currently being filled, this only gets touched by the
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c932 unsigned int filled; local
957 filled = geth_fill_freeq(geth, false);
958 if (!filled)
/linux-master/drivers/net/ethernet/socionext/
H A Dnetsec.c837 u16 filled; local
840 filled = tx_ring->head - tx_ring->tail;
842 filled = tx_ring->head + DESC_NUM - tx_ring->tail;
844 if (DESC_NUM - filled <= 1)
1144 int filled; local
1147 filled = netsec_desc_used(dring);
1148 if (netsec_check_stop_tx(priv, filled)) {
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c555 vptr->rx.dirty = vptr->rx.filled = vptr->rx.curr = 0;
1263 * count isn't filled).
1455 if (vptr->rx.filled < 4)
1460 unusable = vptr->rx.filled & 0x0003;
1462 for (avail = vptr->rx.filled & 0xfffc; avail; avail--) {
1467 writew(vptr->rx.filled & 0xfffc, &regs->RBRDU);
1468 vptr->rx.filled = unusable;
1583 vptr->rx.filled += done;
H A Dvia-velocity.h1413 u32 filled; member in struct:velocity_info::rx_info
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c1349 u32 *filled, u32 *avail)
1354 *filled = mrc->next - mrc->first;
1356 *filled = (count - mrc->first) + mrc->next;
1358 *avail = count - *filled - 1;
1369 u32 filled, avail; local
1371 recv_comp_slot_avail(nvdev, mrc, &filled, &avail);
1373 if (unlikely(filled > NAPI_POLL_WEIGHT)) {
1375 recv_comp_slot_avail(nvdev, mrc, &filled, &avail);
1347 recv_comp_slot_avail(const struct netvsc_device *nvdev, const struct multi_recv_comp *mrc, u32 *filled, u32 *avail) argument
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhw.c557 survey->filled |= SURVEY_INFO_TIME |
567 survey->filled &= ~SURVEY_INFO_TIME_BUSY;
H A Dmac.c8205 survey->filled |= SURVEY_INFO_IN_USE;
9294 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_BITRATE);
9304 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
9326 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_DURATION);
9337 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
9342 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_FAILED);
9346 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_RETRIES);
H A Dwmi.c2726 survey->filled |= SURVEY_INFO_NOISE_DBM | SURVEY_INFO_TIME |
2751 survey->filled = SURVEY_INFO_NOISE_DBM;
5821 survey->filled |= (SURVEY_INFO_NOISE_DBM |
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c8884 survey->filled |= SURVEY_INFO_IN_USE;
8915 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL);
8932 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_DURATION);
8935 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_DURATION);
8949 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
8954 if (!(sinfo->filled & BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL)) &&
8976 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL);
8981 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG);
H A Dwmi.c7900 survey->filled = SURVEY_INFO_NOISE_DBM | SURVEY_INFO_TIME |
7971 survey->filled |= (SURVEY_INFO_NOISE_DBM |
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c7433 survey->filled |= SURVEY_INFO_IN_USE;
7449 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_DURATION);
7452 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_DURATION);
7468 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
7472 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL);
H A Dwmi.c6245 survey->filled = SURVEY_INFO_NOISE_DBM | SURVEY_INFO_TIME |
6317 survey->filled |= (SURVEY_INFO_NOISE_DBM |
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c674 survey->filled = SURVEY_INFO_NOISE_DBM |

Completed in 605 milliseconds

1234