Searched refs:age (Results 1 - 24 of 24) sorted by relevance

/drivers/gpu/drm/savage/
H A Dsavage_drv.h60 drm_savage_age_t age; member in struct:drm_savage_buf_priv
65 drm_savage_age_t age; member in struct:drm_savage_dma_page
567 #define SET_AGE( age, e, w ) do { \
568 (age)->event = e; \
569 (age)->wrap = w; \
572 #define TEST_AGE( age, e, w ) \
573 ( (age)->wrap < (w) || ( (age)->wrap == (w) && (age)->event <= (e) ) )
H A Dsavage_bci.c227 SET_AGE(&entry->age, 0, 0);
256 DRM_DEBUG(" tail=0x%04x %d\n", tail->age.event, tail->age.wrap);
259 if (tail->buf && (TEST_AGE(&tail->age, event, wrap) || event == 0)) {
277 DRM_DEBUG("age=0x%04x wrap=%d\n", entry->age.event, entry->age.wrap);
307 SET_AGE(&dev_priv->dma_pages[i].age, 0, 0);
326 SET_AGE(&dev_priv->dma_pages[i].age, event, wrap);
339 /* Faked DMA buffer pages don't age
[all...]
H A Dsavage_state.c1151 SET_AGE(&buf_priv->age, event, dev_priv->event_wrap);
/drivers/gpu/drm/mga/
H A Dmga_drv.h67 drm_mga_age_t age; member in struct:drm_mga_freelist
335 #define SET_AGE(age, h, w) \
337 (age)->head = h; \
338 (age)->wrap = w; \
341 #define TEST_AGE(age, h, w) ((age)->wrap < w || \
342 ((age)->wrap == w && \
343 (age)->head < h))
349 entry->age.head = (dev_priv->prim.tail + \
351 entry->age
[all...]
H A Dmga_dma.c238 DRM_INFO(" %p idx=%2d age=0x%x 0x%06lx\n",
239 entry, entry->buf->idx, entry->age.head,
240 (unsigned long)(entry->age.head - dev_priv->primary->offset));
259 SET_AGE(&dev_priv->head->age, MGA_BUFFER_USED, 0);
271 SET_AGE(&entry->age, MGA_BUFFER_FREE, 0);
319 SET_AGE(&buf_priv->list_entry->age, MGA_BUFFER_FREE, 0);
337 tail->age.head ?
338 (unsigned long)(tail->age.head - dev_priv->primary->offset) : 0,
339 tail->age.wrap);
343 if (TEST_AGE(&tail->age, hea
[all...]
/drivers/gpu/drm/i915/
H A Di915_mem.c56 int age; local
64 age = ++sarea_priv->texAge;
67 /* Mark the regions with the new flag and update their age. Move
72 list[i].age = age;
/drivers/gpu/drm/radeon/
H A Dradeon_drv.h123 unsigned int age; member in struct:drm_radeon_freelist
316 u32 age; member in struct:drm_radeon_buf_priv
2027 #define RADEON_DISPATCH_AGE( age ) do { \
2029 OUT_RING( age ); \
2032 #define RADEON_FRAME_AGE( age ) do { \
2034 OUT_RING( age ); \
2037 #define RADEON_CLEAR_AGE( age ) do { \
2039 OUT_RING( age ); \
2042 #define R600_DISPATCH_AGE(age) do { \
2045 OUT_RING(age); \
[all...]
H A Dradeon_state.c1585 buf_priv->age = ++master_priv->sarea_priv->last_dispatch;
1587 /* Emit the vertex buffer age */
1590 R600_DISPATCH_AGE(buf_priv->age);
1594 RADEON_DISPATCH_AGE(buf_priv->age);
H A Dradeon_cp.c1958 buf_priv->age <=
1987 buf_priv->age = 0;
H A Dr300_cmdbuf.c846 * Called by r300_do_cp_cmdbuf to update the internal buffer age and state.
847 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must
855 buf_priv->age = ++master_priv->sarea_priv->last_dispatch;
1167 /* We emit the vertex buffer age here, outside the pacifier "brackets"
1169 * (1) This may coalesce multiple age emissions into a single one and
1176 /* Emit the vertex buffer age */
/drivers/scsi/
H A Dlibiscsi.c370 task->conn->session->age);
767 task->conn->session->age);
1076 * the LDD's itt space does not include the session age.
1261 int age = 0, i = 0; local
1267 session->tt->parse_pdu_itt(conn, itt, &i, &age);
1270 age = ((__force u32)itt >> ISCSI_AGE_SHIFT) & ISCSI_AGE_MASK;
1273 if (age != session->age) {
1275 "received itt %x expected session age (%x)\n",
1276 (__force u32)itt, session->age);
1762 iscsi_exec_task_mgmt_fn(struct iscsi_conn *conn, struct iscsi_tm *hdr, int age, int timeout) argument
2092 int rc, age; local
[all...]
/drivers/net/wireless/prism54/
H A Doid_mgt.c293 bss->age = le16_to_cpu(bss->age);
362 bss->age = cpu_to_le16(bss->age);
810 "age=%u\nchannel=%u\n"
812 "basic_rates=0x%X\n", bss->age,
826 i, list->bsslist[i].age,
H A Disl_oid.h67 short age; member in struct:obj_bss
/drivers/gpu/drm/r128/
H A Dr128_state.c612 buf_priv->age = dev_priv->sarea_priv->last_dispatch;
614 /* Emit the vertex buffer age */
618 OUT_RING(buf_priv->age);
670 buf_priv->age = dev_priv->sarea_priv->last_dispatch;
672 /* Emit the indirect buffer age */
676 OUT_RING(buf_priv->age);
751 buf_priv->age = dev_priv->sarea_priv->last_dispatch;
753 /* Emit the vertex buffer age */
757 OUT_RING(buf_priv->age);
H A Dr128_drv.h59 unsigned int age; member in struct:drm_r128_freelist
127 u32 age; member in struct:drm_r128_buf_priv
H A Dr128_cce.c779 dev_priv->head->age = R128_BUFFER_USED;
789 entry->age = R128_BUFFER_FREE;
834 if (buf->pending && buf_priv->age <= done_age) {
857 buf_priv->age = 0;
/drivers/scsi/bnx2i/
H A Dbnx2i_init.c305 hba->age++;
H A Dbnx2i.h299 * @age: age, incremented by every recovery
354 u32 age; member in struct:bnx2i_hba
674 * @hba_age: age to detect if 'iscsid' issues ep_disconnect()
H A Dbnx2i_iscsi.c397 bnx2i_ep->hba_age = hba->age;
1809 bnx2i_ep->hba_age = hba->age;
2138 (bnx2i_ep->hba_age != hba->age)) {
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1468 u32 sw_tag = (sess->age << cconn->task_idx_bits) | task->itt;
1493 chba->cdev, task, sw_tag, task->itt, sess->age, tag, *hdr_itt);
1497 void cxgbi_parse_pdu_itt(struct iscsi_conn *conn, itt_t itt, int *idx, int *age) argument
1508 if (age)
1509 *age = (sw_bits >> cconn->task_idx_bits) & ISCSI_AGE_MASK;
1514 age ? *age : 0xFF);
2640 pr_info("tag itt 0x%x, %u bits, age 0x%x, %u bits.\n",
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h98 size_t age; member in struct:vmw_cursor_snooper
H A Dvmwgfx_kms.c217 du->cursor_age = du->cursor_surface->snooper.age;
333 srf->snooper.age++;
360 du->cursor_age == du->cursor_surface->snooper.age)
363 du->cursor_age = du->cursor_surface->snooper.age;
/drivers/scsi/be2iscsi/
H A Dbe_main.h309 unsigned int age; member in struct:beiscsi_hba
H A Dbe_main.c3786 int *index, int *age)
3789 if (age)
3790 *age = conn->session->age;
3785 beiscsi_parse_pdu(struct iscsi_conn *conn, itt_t itt, int *index, int *age) argument

Completed in 229 milliseconds