Searched refs:subcode (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_struct.h | 161 uint64_t subcode : 8; member 168 uint64_t subcode : 8; member 180 uint64_t subcode : 8; member 192 uint64_t subcode : 8; 204 uint64_t subcode : 8; 212 uint64_t subcode : 8;
|
| H A D | lio_rxtx.h | 436 uint64_t subcode : 7; member 446 uint64_t subcode : 7; 552 irh->subcode = LIO_OPCODE_NW_DATA; in lio_prepare_pci_cmd() 572 uint8_t opcode, uint8_t subcode, 682 subcode1 = LIO_OPCODE_SUBCODE(rh->r.opcode, rh->r.subcode); in lio_opcode_slow_path()
|
| H A D | lio_rxtx.c | 1118 uint8_t subcode, uint32_t irh_ossp, uint64_t ossp0, in lio_prepare_soft_command() argument 1127 RTE_ASSERT(subcode <= 127); in lio_prepare_soft_command() 1152 irh->subcode = subcode; in lio_prepare_soft_command()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_mbx.c | 134 hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode, in hns3_send_mbx_msg() argument 160 req->msg[1] = subcode; in hns3_send_mbx_msg() 170 hw->mbx_resp.req_msg_data = (uint32_t)code << 16 | subcode; in hns3_send_mbx_msg() 180 ret = hns3_get_mbx_resp(hw, code, subcode, resp_data, resp_len); in hns3_send_mbx_msg()
|
| H A D | hns3_mbx.h | 166 int hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode,
|