Searched refs:my_idx (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/message/fusion/ |
D | mptscsih.c | 1324 int my_idx; in mptscsih_qcmd() local 1348 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_qcmd() 1350 ADD_INDEX_LOG(my_idx); in mptscsih_qcmd() 1408 + (my_idx * MPT_SENSE_BUFFER_ALLOC)); in mptscsih_qcmd() 1420 if (mptscsih_AddSGE(ioc, SCpnt, pScsiReq, my_idx) != SUCCESS) in mptscsih_qcmd() 1425 mptscsih_set_scsi_lookup(ioc, my_idx, SCpnt); in mptscsih_qcmd() 1429 ioc->name, SCpnt, mf, my_idx)); in mptscsih_qcmd() 1434 mptscsih_freeChainBuffers(ioc, my_idx); in mptscsih_qcmd() 2780 int my_idx, ii, dir; in mptscsih_do_cmd() local 2910 my_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_do_cmd() [all …]
|
/linux-6.1.9/drivers/gpu/drm/i810/ |
D | i810_dma.c | 287 int my_idx = 24; in i810_freelist_init() local 288 u32 *hw_status = (u32 *) (dev_priv->hw_status_page + my_idx); in i810_freelist_init() 301 buf_priv->my_use_idx = my_idx; in i810_freelist_init() 302 my_idx += 4; in i810_freelist_init()
|