Lines Matching refs:mci_name
444 return (((mac_client_impl_t *)mch)->mci_name); in mac_client_name()
1087 bcopy(cur_client->mci_name, client_name, in mac_unicast_primary_info()
1330 if ((err = dls_mgmt_get_linkinfo(linkid, mcip->mci_name, NULL, in mac_client_open()
1336 (void) strlcpy(mcip->mci_name, mip->mi_name, in mac_client_open()
1337 sizeof (mcip->mci_name)); in mac_client_open()
1350 (void) strlcpy(mcip->mci_name, name, sizeof (mcip->mci_name)); in mac_client_open()
1371 err = mac_flow_create(NULL, NULL, mcip->mci_name, NULL, in mac_client_open()
2076 bcopy(mcip->mci_name, flowname, MAXFLOWNAMELEN); in mac_unicast_flow_create()
2078 (void) sprintf(flowname, "%s%u", mcip->mci_name, vid); in mac_unicast_flow_create()
4618 char *str_st = cur_clnt->mci_name; in mac_rename_primary()
4628 mac_rename_flow(fep, cur_clnt->mci_name); in mac_rename_primary()
4664 (void) strlcpy(mcip->mci_name, new_name, sizeof (mcip->mci_name)); in mac_rename_flow_names()
5195 int name_len = strlen(mcip->mgc_client->mci_name); in mac_get_hwrxgrp_info()
5209 bcopy(mcip->mgc_client->mci_name, &(clnts_name[index]), in mac_get_hwrxgrp_info()
5259 int name_len = strlen(mcip->mgc_client->mci_name); in mac_get_hwtxgrp_info()
5273 bcopy(mcip->mgc_client->mci_name, &(clnts_name[index]), in mac_get_hwtxgrp_info()