/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...] |
/src/sys/dev/usb/ |
if_urndis.c | 166 le32toh(hdr->rm_type), 194 switch (le32toh(hdr->rm_type)) { 218 DEVNAME(un), le32toh(hdr->rm_type)); 428 msg->rm_type = htole32(REMOTE_NDIS_INITIALIZE_MSG); 438 le32toh(msg->rm_type), 470 msg->rm_type = htole32(REMOTE_NDIS_HALT_MSG); 476 le32toh(msg->rm_type), 500 msg->rm_type = htole32(REMOTE_NDIS_QUERY_MSG); 515 le32toh(msg->rm_type), 548 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...] |