Home
last modified time | relevance | path

Searched refs:command_id (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/mly/
H A Dmlyreg.h336 u_int16_t command_id; member
1101 u_int16_t command_id; member
1119 u_int16_t command_id; member
1136 u_int16_t command_id; member
1154 u_int16_t command_id; member
H A Dmly.c1488 mc->mc_packet->generic.command_id = mc->mc_slot; in mly_start()
1585 slot = sp->status.command_id; in mly_done()
2636 mly_printf(sc, " command_id %d\n", ge->command_id); in mly_print_packet()
/freebsd-12.1/sys/contrib/ena-com/
H A Dena_admin_defs.h168 uint16_t command_id; member
1023 return p->command_id & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in get_ena_admin_aq_common_desc_command_id()
1028 p->command_id |= val & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in set_ena_admin_aq_common_desc_command_id()
H A Dena_com.c215 u16 command_id, bool capture) in get_comp_ctxt() argument
217 if (unlikely(command_id >= queue->q_depth)) { in get_comp_ctxt()
219 command_id, queue->q_depth); in get_comp_ctxt()
223 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
230 queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
233 return &queue->comp_ctx[command_id]; in get_comp_ctxt()
264 cmd->aq_common_descriptor.command_id |= cmd_id & in __ena_com_submit_admin_cmd()
/freebsd-12.1/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h169 uint16_t command_id; member
1095 return p->command_id & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in get_ena_admin_aq_common_desc_command_id()
1100 p->command_id |= val & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in set_ena_admin_aq_common_desc_command_id()
/freebsd-12.1/sys/dev/ips/
H A Dips.c525 cmdnumber = status.fields.command_id; in ips_morpheus_check_intr()
718 cmdnumber = status.fields.command_id; in ips_copperhead_intr()
H A Dipsreg.h407 u_int8_t command_id; member
/freebsd-12.1/sys/dev/e1000/
H A De1000_hw.h665 u8 command_id; member
679 u8 command_id; member
H A De1000_manage.c305 hdr.command_id = E1000_MNG_DHCP_TX_PAYLOAD_CMD; in e1000_mng_write_dhcp_info_generic()