Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 42) sorted by relevance

12

/drivers/vfio/pci/
Dvfio_pci_rdwr.c37 size_t fillable, filled; in do_io_rw() local
61 filled = 4; in do_io_rw()
77 filled = 2; in do_io_rw()
93 filled = 1; in do_io_rw()
96 filled = min(count, (size_t)(x_end - off)); in do_io_rw()
101 for (i = 0; i < filled; i++) in do_io_rw()
107 count -= filled; in do_io_rw()
108 done += filled; in do_io_rw()
109 off += filled; in do_io_rw()
110 buf += filled; in do_io_rw()
Dvfio_pci_config.c1163 int filled; in vfio_fill_vconfig_bytes() local
1173 filled = 4; in vfio_fill_vconfig_bytes()
1182 filled = 2; in vfio_fill_vconfig_bytes()
1188 filled = 1; in vfio_fill_vconfig_bytes()
1191 offset += filled; in vfio_fill_vconfig_bytes()
1192 size -= filled; in vfio_fill_vconfig_bytes()
/drivers/usb/serial/
Dkobil_sct.c110 int filled; /* index of the last char in buf */ member
125 priv->filled = 0; in kobil_port_probe()
308 if (count > (KOBIL_BUF_LENGTH - priv->filled)) { in kobil_write()
314 memcpy(priv->buf + priv->filled, buf, count); in kobil_write()
315 usb_serial_debug_data(&port->dev, __func__, count, priv->buf + priv->filled); in kobil_write()
316 priv->filled = priv->filled + count; in kobil_write()
320 …if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (… in kobil_write()
321 …((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 3) && (priv->filled >= (priv… in kobil_write()
327 todo = priv->filled - priv->cur_pos; in kobil_write()
341 todo = priv->filled - priv->cur_pos; in kobil_write()
[all …]
/drivers/crypto/caam/
Dcaamrng.c61 struct completion filled; member
110 complete(&bd->filled); in rng_done()
125 init_completion(&bd->filled); in submit_job()
128 complete(&bd->filled); /* don't wait on failed job*/ in submit_job()
156 wait_for_completion(&bd->filled); in caam_read()
249 wait_for_completion(&bd->filled); in caam_cleanup()
266 wait_for_completion(&bd->filled); in caam_init_buf()
/drivers/usb/usbip/
Dusbip_protocol.txt123 | | | The unused bytes shall be filled with zero
128 | | | bytes shall be filled with zero bytes.
184 | | | shall be filled with zeros.
205 | | | The unused bytes shall be filled with zero
210 | | | bytes shall be filled with zero bytes.
265 0x28 | 8 | | setup: data bytes for USB setup, filled with
311 0x28 | 8 | | setup: data bytes for USB setup, filled with
/drivers/media/usb/pwc/
Dpwc-if.c225 if (fbuf->filled == 4) in pwc_frame_complete()
240 if (fbuf->filled < pdev->frame_total_size) { in pwc_frame_complete()
242 " discarded.\n", fbuf->filled); in pwc_frame_complete()
325 if (flen + fbuf->filled > pdev->frame_total_size) { in pwc_isoc_handler()
327 flen + fbuf->filled, in pwc_isoc_handler()
331 memcpy(fbuf->data + fbuf->filled, iso_buf, in pwc_isoc_handler()
333 fbuf->filled += flen; in pwc_isoc_handler()
343 pdev->fill_buf->filled = 0; in pwc_isoc_handler()
Dpwc.h216 int filled; /* number of bytes filled */ member
/drivers/parisc/
Dccio-dma.c911 int coalesced, filled = 0; in ccio_map_sg() local
960 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry); in ccio_map_sg()
964 BUG_ON(coalesced != filled); in ccio_map_sg()
966 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in ccio_map_sg()
968 for (i = 0; i < filled; i++) in ccio_map_sg()
973 return filled; in ccio_map_sg()
Dsba_iommu.c947 int coalesced, filled = 0; in sba_map_sg() local
997 filled = iommu_fill_pdir(ioc, sglist, nents, 0, sba_io_pdir_entry); in sba_map_sg()
1013 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled); in sba_map_sg()
1015 return filled; in sba_map_sg()
/drivers/atm/
Dambassador.h554 unsigned int filled; member
563 unsigned int filled; member
Dambassador.c618 cq->filled++; in command_do()
653 txq->filled++; in tx_give()
1452 t->pending, t->maximum, t->high, t->filled); in amb_proc_read()
1568 txq->filled = 0; in create_queues()
/drivers/net/wireless/mwifiex/
Duap_event.c71 sinfo.filled = STATION_INFO_ASSOC_REQ_IES; in mwifiex_process_uap_event()
/drivers/net/wireless/ath/ath9k/
Dlink.c485 survey->filled |= SURVEY_INFO_NOISE_DBM; in ath_update_survey_nf()
513 survey->filled |= SURVEY_INFO_CHANNEL_TIME | in ath_update_survey_stats()
Dchannel.c58 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath_set_channel()
63 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath_set_channel()
64 } else if (!(sc->survey[pos].filled & SURVEY_INFO_IN_USE)) { in ath_set_channel()
/drivers/message/i2o/
DREADME.ioctl213 and SwSize fields of the ExecSwDownload message are filled in with
255 message are filled in with the values of sw->flags, sw->sw_id,
296 are filled in with the values of sw->flags, sw->sw_id, sw->sw_type and
/drivers/staging/wlan-ng/
Dcfg80211.c328 sinfo->filled |= STATION_INFO_TX_BITRATE; in prism2_get_station()
330 sinfo->filled |= STATION_INFO_SIGNAL; in prism2_get_station()
/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1066 sinfo->filled = 0; in cfg80211_rtw_get_station()
1095 sinfo->filled |= STATION_INFO_SIGNAL; in cfg80211_rtw_get_station()
1099 sinfo->filled |= STATION_INFO_TX_BITRATE; in cfg80211_rtw_get_station()
1102 sinfo->filled |= STATION_INFO_RX_PACKETS; in cfg80211_rtw_get_station()
1105 sinfo->filled |= STATION_INFO_TX_PACKETS; in cfg80211_rtw_get_station()
2367 sinfo.filled = 0; in rtw_cfg80211_indicate_sta_assoc()
2368 sinfo.filled = STATION_INFO_ASSOC_REQ_IES; in rtw_cfg80211_indicate_sta_assoc()
/drivers/net/ethernet/via/
Dvia-velocity.c561 vptr->rx.dirty = vptr->rx.filled = vptr->rx.curr = 0; in velocity_init_rx_ring_indexes()
1455 if (vptr->rx.filled < 4) in velocity_give_many_rx_descs()
1460 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs()
1462 for (avail = vptr->rx.filled & 0xfffc; avail; avail--) { in velocity_give_many_rx_descs()
1467 writew(vptr->rx.filled & 0xfffc, &regs->RBRDU); in velocity_give_many_rx_descs()
1468 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
1583 vptr->rx.filled += done; in velocity_rx_refill()
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c1802 sinfo->filled |= STATION_INFO_RX_BYTES64; in ath6kl_get_station()
1804 sinfo->filled |= STATION_INFO_RX_PACKETS; in ath6kl_get_station()
1809 sinfo->filled |= STATION_INFO_TX_BYTES64; in ath6kl_get_station()
1811 sinfo->filled |= STATION_INFO_TX_PACKETS; in ath6kl_get_station()
1815 sinfo->filled |= STATION_INFO_SIGNAL; in ath6kl_get_station()
1847 sinfo->filled |= STATION_INFO_TX_BITRATE; in ath6kl_get_station()
1852 sinfo->filled |= STATION_INFO_BSS_PARAM; in ath6kl_get_station()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c145 sinfo->filled = STATION_INFO_RX_BYTES | in wil_cid_fill_sinfo()
166 sinfo->filled |= STATION_INFO_SIGNAL; in wil_cid_fill_sinfo()
/drivers/net/wireless/libertas/
Dcfg.c1619 sinfo->filled |= STATION_INFO_TX_BYTES | in lbs_cfg_get_station()
1632 sinfo->filled |= STATION_INFO_SIGNAL; in lbs_cfg_get_station()
1639 sinfo->filled |= STATION_INFO_TX_BITRATE; in lbs_cfg_get_station()
/drivers/net/wireless/ath/carl9170/
Dmain.c1687 survey->filled = SURVEY_INFO_NOISE_DBM; in carl9170_op_get_survey()
1690 survey->filled |= SURVEY_INFO_IN_USE; in carl9170_op_get_survey()
1693 survey->filled |= SURVEY_INFO_CHANNEL_TIME | in carl9170_op_get_survey()
/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c685 survey->filled = SURVEY_INFO_NOISE_DBM | in ath5k_get_survey()
/drivers/net/wireless/p54/
Dmain.c638 survey->filled |= SURVEY_INFO_IN_USE; in p54_get_survey()
/drivers/net/wireless/libertas_tf/
Dmain.c541 survey->filled = SURVEY_INFO_NOISE_DBM; in lbtf_op_get_survey()

12