Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3648 struct fw_hma_cmd hma_cmd; in adap_config_hma() local
3663 memset(&hma_cmd, 0, sizeof(hma_cmd)); in adap_config_hma()
3664 hma_cmd.op_pkd = htonl(FW_CMD_OP_V(FW_HMA_CMD) | in adap_config_hma()
3666 hma_cmd.retval_len16 = htonl(FW_LEN16(hma_cmd)); in adap_config_hma()
3668 hma_cmd.mode_to_pcie_params = in adap_config_hma()
3673 hma_cmd.naddr_size = in adap_config_hma()
3678 hma_cmd.addr_size_pkd = in adap_config_hma()
3684 hma_cmd.phy_address[j] = in adap_config_hma()
3687 ret = t4_wr_mbox(adapter, adapter->mbox, &hma_cmd, in adap_config_hma()
3688 sizeof(hma_cmd), &hma_cmd); in adap_config_hma()