Home
last modified time | relevance | path

Searched refs:my_idx (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
Dmptscsih.c1323 int my_idx; in mptscsih_qcmd() local
1347 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_qcmd()
1349 ADD_INDEX_LOG(my_idx); in mptscsih_qcmd()
1412 + (my_idx * MPT_SENSE_BUFFER_ALLOC)); in mptscsih_qcmd()
1424 if (mptscsih_AddSGE(ioc, SCpnt, pScsiReq, my_idx) != SUCCESS) in mptscsih_qcmd()
1429 mptscsih_set_scsi_lookup(ioc, my_idx, SCpnt); in mptscsih_qcmd()
1433 ioc->name, SCpnt, mf, my_idx)); in mptscsih_qcmd()
1438 mptscsih_freeChainBuffers(ioc, my_idx); in mptscsih_qcmd()
2785 int my_idx, ii, dir; in mptscsih_do_cmd() local
2915 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_do_cmd()
[all …]
/linux-4.1.27/drivers/gpu/drm/i810/
Di810_dma.c284 int my_idx = 24; in i810_freelist_init() local
285 u32 *hw_status = (u32 *) (dev_priv->hw_status_page + my_idx); in i810_freelist_init()
298 buf_priv->my_use_idx = my_idx; in i810_freelist_init()
299 my_idx += 4; in i810_freelist_init()