Home
last modified time | relevance | path

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

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