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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c164 uint16_t new_mcnt = dev->num_mca; local
179 if (new_mcnt < OCE_MAX_MCA) {
188 new_mcnt++;
198 new_mcnt--;
206 if (new_mcnt > OCE_MAX_MCA) {
211 &mca_hw_list[0], new_mcnt, B_FALSE);
223 if (new_mcnt && new_mcnt <= OCE_MAX_MCA) {
225 new_mcnt * sizeof (struct ether_addr));
227 dev->num_mca = (uint16_t)new_mcnt;
[all...]

Completed in 67 milliseconds