Searched refs:pIoctl (Results 1 – 1 of 1) sorted by relevance
1248 struct iocblk * pIoctl; in BnxeMacIoctl() local1262 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()[all …]