Searched refs:octnic_ctrl_pkt (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_nic.c | 104 struct octnic_ctrl_pkt *nctrl; in octnet_link_ctrl_callback() 106 nctrl = (struct octnic_ctrl_pkt *)sc->ctxptr; in octnet_link_ctrl_callback() 122 struct octnic_ctrl_pkt *nctrl, in octnic_alloc_ctrl_pkt_sc() 137 sizeof(struct octnic_ctrl_pkt)); in octnic_alloc_ctrl_pkt_sc() 142 memcpy(sc->ctxptr, nctrl, sizeof(struct octnic_ctrl_pkt)); in octnic_alloc_ctrl_pkt_sc() 167 struct octnic_ctrl_pkt *nctrl, in octnet_send_nic_ctrl_pkt()
|
D | octeon_nic.h | 40 struct octnic_ctrl_pkt { struct 224 struct octnic_ctrl_pkt *nctrl,
|
D | lio_main.c | 1161 struct octnic_ctrl_pkt nctrl; in send_rx_ctrl_cmd() 1164 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in send_rx_ctrl_cmd() 2134 struct octnic_ctrl_pkt *nctrl = (struct octnic_ctrl_pkt *)nctrl_ptr; in liquidio_link_ctrl_cmd_completion() 2239 struct octnic_ctrl_pkt nctrl; in liquidio_set_mcast_list() 2246 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in liquidio_set_mcast_list() 2294 struct octnic_ctrl_pkt nctrl; in liquidio_set_mac() 2301 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in liquidio_set_mac() 2387 struct octnic_ctrl_pkt nctrl; in liquidio_change_mtu() 2404 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in liquidio_change_mtu() 2941 struct octnic_ctrl_pkt nctrl; in liquidio_set_feature() [all …]
|
D | lio_ethtool.c | 224 struct octnic_ctrl_pkt nctrl; in octnet_gpio_access() 228 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in octnet_gpio_access() 952 struct octnic_ctrl_pkt nctrl; in lio_set_settings() 977 memset(&nctrl, 0, sizeof(struct octnic_ctrl_pkt)); in lio_set_settings()
|