Searched refs:my_idx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/message/fusion/ |
D | mptscsih.c | 1321 int my_idx; in mptscsih_qcmd() local 1345 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_qcmd() 1347 ADD_INDEX_LOG(my_idx); in mptscsih_qcmd() 1405 + (my_idx * MPT_SENSE_BUFFER_ALLOC)); in mptscsih_qcmd() 1417 if (mptscsih_AddSGE(ioc, SCpnt, pScsiReq, my_idx) != SUCCESS) in mptscsih_qcmd() 1422 mptscsih_set_scsi_lookup(ioc, my_idx, SCpnt); in mptscsih_qcmd() 1426 ioc->name, SCpnt, mf, my_idx)); in mptscsih_qcmd() 1431 mptscsih_freeChainBuffers(ioc, my_idx); in mptscsih_qcmd() 2778 int my_idx, ii, dir; in mptscsih_do_cmd() local 2908 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_do_cmd() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i810/ |
D | i810_dma.c | 282 int my_idx = 24; in i810_freelist_init() local 283 u32 *hw_status = (u32 *) (dev_priv->hw_status_page + my_idx); in i810_freelist_init() 296 buf_priv->my_use_idx = my_idx; in i810_freelist_init() 297 my_idx += 4; in i810_freelist_init()
|