Home
last modified time | relevance | path

Searched refs:cmpl (Results 1 – 25 of 52) sorted by relevance

123

/linux/arch/x86/lib/
H A Dmemmove_32.S46 cmpl $0x10, n
50 cmpl dest, src
57 cmpl $680, n
111 cmpl $680, n
147 cmpl $8, n
163 cmpl $4, n
174 cmpl $2, n
185 cmpl $1, n
H A Datomic64_cx8_32.S141 cmpl %eax, 0(%esp)
159 cmpl %edx, 4(%esp)
H A Datomic64_386_32.S146 cmpl %eax, %ecx
155 cmpl %edx, %edi
H A Dcopy_mc_64.S21 cmpl $8, %edx
/linux/drivers/net/wan/
H A Dwanxlfw.S209 cmpl #4 * 4, %d0
282 cmpl #4 * 4, %d0
303 cmpl #CLOCK_TXFROMRX, STATUS_CLOCKING(%a0)
321 cmpl #PARITY_NONE, STATUS_PARITY(%a0)
360 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
370 cmpl #PARITY_CRC32_PR1_CCITT, STATUS_PARITY(%a0)
380 cmpl #PARITY_CRC16_PR0_CCITT, STATUS_PARITY(%a0)
390 cmpl #PARITY_CRC32_PR0_CCITT, STATUS_PARITY(%a0)
408 cmpl #ENCODING_NRZI, STATUS_ENCODING(%a0)
448 cmpl #TX_BUFFERS, tx_count(%d0)
[all …]
/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S25 cmpl $0x8000001f, %eax /* See if 0x8000001f is available */
81 cmpl $5, %eax
103 cmpl $0x72, 16(%esp)
140 cmpl $0x80000000, %ebx
142 cmpl $0x8000001f, 12(%esp)
148 cmpl $0x8000001f, %ebx
285 cmpl %eax, 0(%ebp)
287 cmpl %ebx, 4(%ebp)
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c786 qt->cmpl.deferred_head = -1; in fbnic_clean_twq()
790 qt->cmpl.deferred_head = head1; in fbnic_clean_twq()
798 struct fbnic_ring *cmpl = &qt->cmpl; in fbnic_clean_tcq() local
799 s32 head1 = cmpl->deferred_head; in fbnic_clean_tcq()
802 u32 head = cmpl->head; in fbnic_clean_tcq()
804 done = (head & (cmpl->size_mask + 1)) ? 0 : cpu_to_le64(FBNIC_TCD_DONE); in fbnic_clean_tcq()
805 raw_tcd = &cmpl->desc[head & cmpl->size_mask]; in fbnic_clean_tcq()
840 if (!(head & cmpl->size_mask)) { in fbnic_clean_tcq()
842 raw_tcd = &cmpl->desc[0]; in fbnic_clean_tcq()
847 if (cmpl->head != head) { in fbnic_clean_tcq()
[all …]
H A Dfbnic_fw.c396 struct fbnic_fw_completion *cmpl) in fbnic_fw_xmit_test_msg() argument
405 err = fbnic_mbx_map_req_w_cmpl(fbd, test_msg, cmpl); in fbnic_fw_xmit_test_msg()
1603 struct fbnic_fw_completion *cmpl; in fbnic_fw_parser_test() local
1608 cmpl = fbnic_fw_get_cmpl_by_type(fbd, FBNIC_TLV_MSG_ID_TEST); in fbnic_fw_parser_test()
1609 if (!cmpl) in fbnic_fw_parser_test()
1614 cmpl->result = err; in fbnic_fw_parser_test()
1615 complete(&cmpl->done); in fbnic_fw_parser_test()
1616 fbnic_fw_put_cmpl(cmpl); in fbnic_fw_parser_test()
1864 struct fbnic_fw_completion *cmpl; in fbnic_fw_mbx_self_test() local
1870 cmpl = fbnic_fw_alloc_cmpl(FBNIC_TLV_MSG_ID_TEST); in fbnic_fw_mbx_self_test()
[all …]
H A Dfbnic_debugfs.c334 hw_idx = fbnic_ring_csr_base(&qt->cmpl) - in fbnic_dbg_nv_init()
347 debugfs_create_file(name, 0400, nv->dbg_nv, &qt->cmpl, in fbnic_dbg_nv_init()
356 hw_idx = fbnic_ring_csr_base(&qt->cmpl) - in fbnic_dbg_nv_init()
369 debugfs_create_file(name, 0400, nv->dbg_nv, &qt->cmpl, in fbnic_dbg_nv_init()
/linux/tools/arch/x86/lib/
H A Dmemcpy_64.S113 cmpl $16, %edx
130 cmpl $8, %edx
142 cmpl $4, %edx
/linux/arch/m68k/lib/
H A Dudivsi3.S94 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */
110 cmpl IMM (0x10000), d1 /* still divisor >= 2 ^ 16 ? */
127 cmpl sp@(8), d1 /* compare the sum with the dividend */
/linux/arch/x86/kernel/
H A Dhead_64.S267 cmpl $0, x2apic_mode(%rip)
294 cmpl (%rbx,%rcx,4), %eax
298 cmpl $NR_CPUS, %ecx
300 cmpl nr_cpu_ids(%rip), %ecx
398 1: cmpl %edx, %eax
/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S84 cmpl $WAKEUP_HEADER_SIGNATURE, %eax
89 cmpl $REALMODE_END_SIGNATURE, %eax
/linux/arch/m68k/68000/
H A Dhead.S220 cmpl %a0, %a2 /* check if at end */
231 cmpl %a0, %a1 /* check if at end */
/linux/include/crypto/
H A Dkpp.h215 crypto_completion_t cmpl, in kpp_request_set_callback() argument
218 req->base.complete = cmpl; in kpp_request_set_callback()
/linux/arch/m68k/coldfire/
H A Dentry.S62 cmpl #NR_syscalls,%d0
115 cmpl #0,%d1
H A Dhead.S249 cmpl %a0,%a2 /* check if at end */
266 cmpl %a0,%a1 /* check if at end */
/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
335 cmpl %d6,%d0
339 cmpl %d4,%d1
341 cmpl %d5,%d2
H A Dssinh.S82 cmpl #0x400CB167,%d0
113 cmpl #0x400CB2B3,%d0
H A Dstanh.S122 cmpl #0x3FFF8000,%d0
125 cmpl #0x40048AA1,%d0
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c76 struct bna_cq_entry *cmpl; in bnad_cq_cleanup() local
80 cmpl = &((struct bna_cq_entry *)ccb->sw_q)[i]; in bnad_cq_cleanup()
81 cmpl->valid = 0; in bnad_cq_cleanup()
525 struct bna_cq_entry *cq, *cmpl; in bnad_cq_setup_skb_frags() local
530 cmpl = &cq[pi]; in bnad_cq_setup_skb_frags()
532 rcb = bna_is_small_rxq(cmpl->rxq_id) ? ccb->rcb[1] : ccb->rcb[0]; in bnad_cq_setup_skb_frags()
552 len = ntohs(cmpl->length); in bnad_cq_setup_skb_frags()
563 cmpl = &cq[pi]; in bnad_cq_setup_skb_frags()
590 struct bna_cq_entry *cq, *cmpl, *next_cmpl; in bnad_cq_process() local
606 cmpl = &cq[ccb->producer_index]; in bnad_cq_process()
[all …]
/linux/arch/x86/kernel/acpi/
H A Dwakeup_32.S35 cmpl $0x12345678, %eax
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.h51 u16 cmpl; member
/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.c570 int cmpl = 0; in __csio_unreg_rnode() local
575 cmpl = 1; in __csio_unreg_rnode()
588 if (cmpl) in __csio_unreg_rnode()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c410 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl) in bnxt_ulp_async_events() argument
412 u16 event_id = le16_to_cpu(cmpl->event_id); in bnxt_ulp_async_events()
433 ops->ulp_async_notifier(ulp->handle, cmpl); in bnxt_ulp_async_events()

123