Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h110 uint16_t command_id; member
1213 return p->command_id & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in get_ena_admin_aq_common_desc_command_id()
1218 p->command_id |= val & ENA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in set_ena_admin_aq_common_desc_command_id()
/dpdk/drivers/net/ena/base/
H A Dena_com.c179 u16 command_id, bool capture) in get_comp_ctxt() argument
181 if (unlikely(command_id >= admin_queue->q_depth)) { in get_comp_ctxt()
184 command_id, admin_queue->q_depth); in get_comp_ctxt()
194 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
202 admin_queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()
205 return &admin_queue->comp_ctx[command_id]; in get_comp_ctxt()
236 cmd->aq_common_descriptor.command_id |= cmd_id & in __ena_com_submit_admin_cmd()
/dpdk/drivers/net/igc/base/
H A Digc_hw.h652 u8 command_id; member
666 u8 command_id; member
H A Digc_manage.c276 hdr.command_id = IGC_MNG_DHCP_TX_PAYLOAD_CMD; in igc_mng_write_dhcp_info_generic()
/dpdk/drivers/net/e1000/base/
H A De1000_hw.h640 u8 command_id; member
654 u8 command_id; member
H A De1000_manage.c276 hdr.command_id = E1000_MNG_DHCP_TX_PAYLOAD_CMD; in e1000_mng_write_dhcp_info_generic()