Searched defs:cmd_resp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c452 struct i40e_aqc_get_set_rss_lut *cmd_resp = local
466 cmd_resp->vsi_id =
470 cmd_resp->vsi_id |= CPU_TO_LE16((u16)I40E_AQC_SET_RSS_LUT_VSI_VALID);
473 cmd_resp->flags |= CPU_TO_LE16((u16)
478 cmd_resp->flags |= CPU_TO_LE16((u16)
483 cmd_resp->addr_high = CPU_TO_LE32(I40E_HI_WORD((u64)lut));
484 cmd_resp->addr_low = CPU_TO_LE32(I40E_LO_DWORD((u64)lut));
540 struct i40e_aqc_get_set_rss_key *cmd_resp = local
555 cmd_resp->vsi_id =
559 cmd_resp
2706 struct i40e_aqc_get_veb_parameters_completion *cmd_resp = local
2959 struct i40e_aqc_debug_reg_read_write *cmd_resp = local
3088 struct i40e_aqc_request_resource *cmd_resp = local
4113 struct i40e_aqc_get_switch_resource_alloc *cmd_resp = local
4460 struct i40e_aqc_pfc_ignore *cmd_resp = local
4528 struct i40e_aqc_add_remove_statistics *cmd_resp = local
5194 struct i40e_aqc_alternate_write *cmd_resp = local
5224 struct i40e_aqc_alternate_ind_write *cmd_resp = local
5269 struct i40e_aqc_alternate_write *cmd_resp = local
5307 struct i40e_aqc_alternate_ind_write *cmd_resp = local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5962 int cmd_resp = 0; local
5994 cmd_resp++;
6083 if (cmd_resp) {

Completed in 95 milliseconds