Searched refs:pIoctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1267 struct iocblk * pIoctl; local
1281 pIoctl = (struct iocblk *)pMblk->b_rptr;
1285 switch (pIoctl->ioc_cmd)
1289 if ((pIoctl->ioc_count != sizeof(b10_lldp_params_get_t)) ||
1313 miocack(pQ, pMblk, pIoctl->ioc_count, 0);
1318 if ((pIoctl->ioc_count != sizeof(b10_dcbx_params_get_t)) ||
1342 miocack(pQ, pMblk, pIoctl->ioc_count, 0);
1353 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) ||
1367 miocack(pQ, pMblk, pIoctl->ioc_count, 0);
1374 if ((pIoctl
[all...]

Completed in 59 milliseconds