| /src/sys/dev/ic/ |
| rndisreg.h | 107 uint32_t rm_type; member in struct:rndis_msghdr 118 uint32_t rm_type; member in struct:rndis_packet_msg 134 uint32_t rm_type; member in struct:rndis_pktinfo 156 uint32_t rm_type; member in struct:rndis_comp_hdr 167 uint32_t rm_type; member in struct:rndis_init_req 176 uint32_t rm_type; member in struct:rndis_init_comp 195 uint32_t rm_type; member in struct:rndis_halt_req 205 uint32_t rm_type; member in struct:rndis_query_req 215 uint32_t rm_type; member in struct:rndis_query_comp 228 uint32_t rm_type; member in struct:rndis_set_req 238 uint32_t rm_type; member in struct:rndis_set_comp 250 uint32_t rm_type; member in struct:rndis_set_parameter 260 uint32_t rm_type; member in struct:rndis_reset_req 266 uint32_t rm_type; member in struct:rndis_reset_comp 276 uint32_t rm_type; member in struct:rndis_status_msg 289 uint32_t rm_type; member in struct:rndis_keepalive_req 295 uint32_t rm_type; member in struct:rndis_keepalive_comp [all...] |
| rndisreg.h | 107 uint32_t rm_type; member in struct:rndis_msghdr 118 uint32_t rm_type; member in struct:rndis_packet_msg 134 uint32_t rm_type; member in struct:rndis_pktinfo 156 uint32_t rm_type; member in struct:rndis_comp_hdr 167 uint32_t rm_type; member in struct:rndis_init_req 176 uint32_t rm_type; member in struct:rndis_init_comp 195 uint32_t rm_type; member in struct:rndis_halt_req 205 uint32_t rm_type; member in struct:rndis_query_req 215 uint32_t rm_type; member in struct:rndis_query_comp 228 uint32_t rm_type; member in struct:rndis_set_req 238 uint32_t rm_type; member in struct:rndis_set_comp 250 uint32_t rm_type; member in struct:rndis_set_parameter 260 uint32_t rm_type; member in struct:rndis_reset_req 266 uint32_t rm_type; member in struct:rndis_reset_comp 276 uint32_t rm_type; member in struct:rndis_status_msg 289 uint32_t rm_type; member in struct:rndis_keepalive_req 295 uint32_t rm_type; member in struct:rndis_keepalive_comp [all...] |
| /src/sys/dev/usb/ |
| if_urndis.c | 195 le32toh(hdr->rm_type), 223 switch (le32toh(hdr->rm_type)) { 247 DEVNAME(un), le32toh(hdr->rm_type)); 457 msg->rm_type = htole32(REMOTE_NDIS_INITIALIZE_MSG); 467 le32toh(msg->rm_type), 499 msg->rm_type = htole32(REMOTE_NDIS_HALT_MSG); 505 le32toh(msg->rm_type), 529 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); 544 le32toh(msg->rm_type), 577 msg->rm_type = htole32(REMOTE_NDIS_SET_MSG) [all...] |
| if_urndis.c | 195 le32toh(hdr->rm_type), 223 switch (le32toh(hdr->rm_type)) { 247 DEVNAME(un), le32toh(hdr->rm_type)); 457 msg->rm_type = htole32(REMOTE_NDIS_INITIALIZE_MSG); 467 le32toh(msg->rm_type), 499 msg->rm_type = htole32(REMOTE_NDIS_HALT_MSG); 505 le32toh(msg->rm_type), 529 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); 544 le32toh(msg->rm_type), 577 msg->rm_type = htole32(REMOTE_NDIS_SET_MSG) [all...] |
| /src/sys/dev/hyperv/ |
| if_hvn.c | 1246 pi->rm_type = type; 1532 pkt->rm_type = REMOTE_NDIS_PACKET_MSG; 4057 req->rm_type = REMOTE_NDIS_INITIALIZE_MSG; 4565 device_xname(sc->sc_dev), hdr->rm_type, rv); 4574 "RNDIS operation %u send error %d\n", hdr->rm_type, rv); 4763 switch (pi->rm_type) { 4782 device_xname(sc->sc_dev), pi->rm_type); 4975 req->rm_type = REMOTE_NDIS_QUERY_MSG; 5035 req->rm_type = REMOTE_NDIS_SET_MSG; 5135 req->rm_type = REMOTE_NDIS_HALT_MSG [all...] |
| if_hvn.c | 1246 pi->rm_type = type; 1532 pkt->rm_type = REMOTE_NDIS_PACKET_MSG; 4057 req->rm_type = REMOTE_NDIS_INITIALIZE_MSG; 4565 device_xname(sc->sc_dev), hdr->rm_type, rv); 4574 "RNDIS operation %u send error %d\n", hdr->rm_type, rv); 4763 switch (pi->rm_type) { 4782 device_xname(sc->sc_dev), pi->rm_type); 4975 req->rm_type = REMOTE_NDIS_QUERY_MSG; 5035 req->rm_type = REMOTE_NDIS_SET_MSG; 5135 req->rm_type = REMOTE_NDIS_HALT_MSG [all...] |