Searched refs:subcode (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/dev/liquidio/base/
H A Dlio_common.h91 /* This subcode is sent by core PCI driver to indicate cores are ready. */
446 uint64_t subcode:7; member in struct:octeon_instr_irh
450 uint64_t ossp:32; /* opcode/subcode specific parameters */
454 uint64_t ossp:32; /* opcode/subcode specific parameters */
458 uint64_t subcode:7;
485 uint64_t subcode:8; member in struct:octeon_rh::__anon2944
488 uint64_t ossp:32; /* opcode/subcode specific parameters */
492 uint64_t subcode:8; member in struct:octeon_rh::__anon2945
504 uint64_t subcode:8; member in struct:octeon_rh::__anon2946
515 uint64_t subcode member in struct:octeon_rh::__anon2947
[all...]
H A Dlio_droq.h390 * Register a dispatch function for a opcode/subcode. The driver will call
392 * opcode/subcode in its output queues along with the user specified
396 * @param subcode - the subcode for which the dispatch will be registered
403 uint16_t subcode, lio_dispatch_fn_t fn,
407 * Remove registration for an opcode/subcode. This will delete the mapping for
408 * an opcode/subcode. The dispatch function will be unregistered and will no
409 * longer be called if a packet with the opcode/subcode arrives in the driver
413 * @param subcode - the subcode t
[all...]
H A Dlio_device.c569 uint16_t subcode)
574 uint16_t combined_opcode = LIO_OPCODE_SUBCODE(opcode, subcode);
613 * subcode - subcode for which driver should call the registered function
628 uint16_t subcode, lio_dispatch_fn_t fn, void *fn_arg)
632 uint16_t combined_opcode = LIO_OPCODE_SUBCODE(opcode, subcode);
651 * opcode/subcode.
653 pfn = lio_get_dispatch(oct, opcode, subcode);
683 lio_dev_err(oct, "Found previously registered dispatch fn for opcode/subcode: %x/%x\n",
684 opcode, subcode);
568 lio_get_dispatch(struct octeon_device *octeon_dev, uint16_t opcode, uint16_t subcode) argument
627 lio_register_dispatch_fn(struct octeon_device *oct, uint16_t opcode, uint16_t subcode, lio_dispatch_fn_t fn, void *fn_arg) argument
706 lio_unregister_dispatch_fn(struct octeon_device *oct, uint16_t opcode, uint16_t subcode) argument
[all...]
H A Dlio_iq.h209 /* opcode/subcode specific parameters */
329 uint8_t opcode, uint8_t subcode,
H A Dlio_ctrl.h191 irh->subcode = LIO_OPCODE_NIC_NW_DATA;
H A Dlio_droq.c51 uint16_t opcode, uint16_t subcode);
55 * function for a given opcode/subcode.
59 * @param subcode - the subcode for which the dispatch argument
67 uint16_t opcode, uint16_t subcode)
74 combined_opcode = LIO_OPCODE_SUBCODE(opcode, subcode);
534 (uint16_t)rh->r.subcode);
551 (unsigned int)rh->r.subcode);
757 (uint16_t)rdisp->rinfo->recv_pkt->rh.r.subcode));
66 lio_get_dispatch_arg(struct octeon_device *octeon_dev, uint16_t opcode, uint16_t subcode) argument
H A Dlio_request_manager.c629 uint8_t opcode, uint8_t subcode, uint32_t irh_ossp,
638 KASSERT(subcode <= 127, ("%s, %d, opcode > 127", __func__, __LINE__));
663 irh->subcode = subcode;
665 /* opcode/subcode specific parameters (ossp) */
628 lio_prepare_soft_command(struct octeon_device *oct, struct lio_soft_command *sc, uint8_t opcode, uint8_t subcode, uint32_t irh_ossp, uint64_t ossp0, uint64_t ossp1) argument
H A Dlio_device.h605 * given opcode/subcode.
609 * @param subcode - the subcode for which the dispatch function
619 uint16_t opcode, uint16_t subcode);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c3032 int subcode = code % 100; local
3039 if (subcode >= (int) response_classes[klass].num_responses)
3042 return response_classes[klass].responses[subcode];
/freebsd-current/contrib/libevent/
H A Dhttp.c3032 int subcode = code % 100; local
3039 if (subcode >= (int) response_classes[klass].num_responses)
3042 return response_classes[klass].responses[subcode];
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_ripencc.c398 void cmd_0xBBq (TSIPPKT *cmd, unsigned char subcode) ;
1160 unsigned char subcode
1165 cmd->buf[0] = subcode;
/freebsd-current/sys/dev/mpr/
H A Dmpr.c2408 u32 subcode:16; member in struct:loginfo_type::__anon9
2444 sas_loginfo.dw.code, sas_loginfo.dw.subcode);
/freebsd-current/sys/dev/mps/
H A Dmps.c2250 u32 subcode:16; member in struct:loginfo_type::__anon12
2287 sas_loginfo.dw.subcode);
/freebsd-current/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c4145 uint_t subcode; local
4150 subcode = ((opcode6 & 0x3) << 1) |
4152 dp = (instable_t *)&dis_op0F7123[opcode5][subcode];

Completed in 195 milliseconds