Lines Matching refs:pIoctl
1248 struct iocblk * pIoctl; in BnxeMacIoctl() local
1262 pIoctl = (struct iocblk *)pMblk->b_rptr; in BnxeMacIoctl()
1266 switch (pIoctl->ioc_cmd) in BnxeMacIoctl()
1270 if ((pIoctl->ioc_count != sizeof(b10_lldp_params_get_t)) || in BnxeMacIoctl()
1294 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1299 if ((pIoctl->ioc_count != sizeof(b10_dcbx_params_get_t)) || in BnxeMacIoctl()
1323 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1334 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) || in BnxeMacIoctl()
1348 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1355 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) || in BnxeMacIoctl()
1369 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1376 if ((pIoctl->ioc_count < sizeof(struct bnxe_nvram_data)) || in BnxeMacIoctl()
1378 (miocpullup(pMblk, pIoctl->ioc_count) < 0)) in BnxeMacIoctl()
1390 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1397 if ((pIoctl->ioc_count < sizeof(struct bnxe_nvram_data)) || in BnxeMacIoctl()
1399 (miocpullup(pMblk, pIoctl->ioc_count) < 0)) in BnxeMacIoctl()
1411 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1418 if ((pIoctl->ioc_count != sizeof(struct bnxe_reg_data)) || in BnxeMacIoctl()
1432 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()
1440 if ((pIoctl->ioc_count < sizeof(u32_t)) || in BnxeMacIoctl()
1442 (miocpullup(pMblk, pIoctl->ioc_count) < 0)) in BnxeMacIoctl()
1450 pIoctl->ioc_count)) in BnxeMacIoctl()
1456 miocack(pQ, pMblk, pIoctl->ioc_count, 0); in BnxeMacIoctl()