Home
last modified time | relevance | path

Searched refs:HINIC_API_CMD_STATUS_GET (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c112 return HINIC_API_CMD_STATUS_GET(val, CONS_IDX); in get_hw_cons_idx()
123 chain->chain_type, HINIC_API_CMD_STATUS_GET(val, CPLD_ERR), in dump_api_chain_reg()
124 HINIC_API_CMD_STATUS_GET(val, CHKSUM_ERR), in dump_api_chain_reg()
125 HINIC_API_CMD_STATUS_GET(val, FSM)); in dump_api_chain_reg()
128 HINIC_API_CMD_STATUS_GET(val, CONS_IDX)); in dump_api_chain_reg()
299 if (HINIC_API_CMD_STATUS_GET(status, CHKSUM_ERR)) { in api_cmd_status_update()
310 chain->cons_idx = HINIC_API_CMD_STATUS_GET(status, CONS_IDX); in api_cmd_status_update()
H A Dhinic_hw_api_cmd.h115 #define HINIC_API_CMD_STATUS_GET(val, member) \ macro