Home
last modified time | relevance | path

Searched refs:num_wait (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptlf.c23 static void cptlf_do_set_done_num_wait(struct otx2_cptlf_info *lf, int num_wait) in cptlf_do_set_done_num_wait() argument
29 done_wait.s.num_wait = num_wait; in cptlf_do_set_done_num_wait()
43 static void cptlf_set_done_num_wait(struct otx2_cptlfs_info *lfs, int num_wait) in cptlf_set_done_num_wait() argument
48 cptlf_do_set_done_num_wait(&lfs->lf[slot], num_wait); in cptlf_set_done_num_wait()
H A Dotx2_cpt_hw_types.h374 u64 num_wait:20; member
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h583 * num_wait:20 [19:0](R/W) Number of messages hold-off.
595 u64 num_wait:20; member
597 u64 num_wait:20;
H A Dcptvf_main.c400 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h583 * num_wait:20 [19:0](R/W) Number of messages hold-off.
595 u64 num_wait:20; member
597 u64 num_wait:20;
H A Dcptvf_main.c397 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h721 * num_wait:20 [19:0](R/W) Number of messages hold-off.
733 u64 num_wait:20; member
735 u64 num_wait:20;
H A Dotx_cptvf_main.c380 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
389 return vqx_dwait.s.num_wait; in cptvf_read_vq_done_numwait()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h721 * num_wait:20 [19:0](R/W) Number of messages hold-off.
733 u64 num_wait:20; member
735 u64 num_wait:20;
H A Dotx_cptvf_main.c377 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
386 return vqx_dwait.s.num_wait; in cptvf_read_vq_done_numwait()
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H A Dzip_regs.h995 u64 num_wait : 20; member
997 u64 num_wait : 20;
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c299 u32 *num_wait) in bnxt_qplib_process_qp_event()
371 *num_wait += wait_cmds; in bnxt_qplib_process_qp_event()
297 bnxt_qplib_process_qp_event(struct bnxt_qplib_rcfw *rcfw, struct creq_qp_event *qp_event, u32 *num_wait) bnxt_qplib_process_qp_event() argument
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H A Dzip_regs.h995 u64 num_wait : 20; member
997 u64 num_wait : 20;
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c621 u32 *num_wait) in bnxt_qplib_process_qp_event()
725 *num_wait += wait_cmds; in bnxt_qplib_process_qp_event()
619 bnxt_qplib_process_qp_event(struct bnxt_qplib_rcfw *rcfw, struct creq_qp_event *qp_event, u32 *num_wait) bnxt_qplib_process_qp_event() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c1856 int num_wait = NUM_WAIT; in hpsa_wait_for_outstanding_commands_for_dev() local
1859 num_wait = HPSA_EH_PTRAID_TIMEOUT; in hpsa_wait_for_outstanding_commands_for_dev()
1865 if (++waits > num_wait) in hpsa_wait_for_outstanding_commands_for_dev()
1870 if (waits > num_wait) { in hpsa_wait_for_outstanding_commands_for_dev()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c1862 int num_wait = NUM_WAIT; in hpsa_wait_for_outstanding_commands_for_dev() local
1865 num_wait = HPSA_EH_PTRAID_TIMEOUT; in hpsa_wait_for_outstanding_commands_for_dev()
1871 if (++waits > num_wait) in hpsa_wait_for_outstanding_commands_for_dev()
1876 if (waits > num_wait) { in hpsa_wait_for_outstanding_commands_for_dev()

Completed in 41 milliseconds