Home
last modified time | relevance | path

Searched refs:subcode (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c44 hns3_mbx_proc_timeout(struct hns3_hw *hw, uint16_t code, uint16_t subcode) in hns3_mbx_proc_timeout() argument
52 code, subcode, hw->mbx_resp.head, hw->mbx_resp.tail, in hns3_mbx_proc_timeout()
57 hns3_err(hw, "VF could not get mbx(%u,%u) from PF", code, subcode); in hns3_mbx_proc_timeout()
61 hns3_get_mbx_resp(struct hns3_hw *hw, uint16_t code, uint16_t subcode, in hns3_get_mbx_resp() argument
109 hns3_mbx_proc_timeout(hw, code, subcode); in hns3_get_mbx_resp()
125 hns3_mbx_prepare_resp(struct hns3_hw *hw, uint16_t code, uint16_t subcode) in hns3_mbx_prepare_resp() argument
134 hw->mbx_resp.req_msg_data = (uint32_t)code << 16 | subcode; in hns3_mbx_prepare_resp()
148 hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode, in hns3_send_mbx_msg() argument
174 req->msg[1] = subcode; in hns3_send_mbx_msg()
184 hns3_mbx_prepare_resp(hw, code, subcode); in hns3_send_mbx_msg()
[all …]
H A Dhns3_mbx.h168 int hns3_send_mbx_msg(struct hns3_hw *hw, uint16_t code, uint16_t subcode,
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h161 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 Dlio_rxtx.h436 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 Dlio_rxtx.c1116 uint8_t subcode, uint32_t irh_ossp, uint64_t ossp0, in lio_prepare_soft_command() argument
1125 RTE_ASSERT(subcode <= 127); in lio_prepare_soft_command()
1150 irh->subcode = subcode; in lio_prepare_soft_command()