Home
last modified time | relevance | path

Searched refs:fw_pkt (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c97 struct fw_pkt *pkt; in dvrecv()
165 pkt = (struct fw_pkt *) ptr; in dvrecv()
257 struct fw_pkt *pkt; in dvsend()
290 pkt = (struct fw_pkt *) &iso_data; in dvsend()
296 pkt = (struct fw_pkt *) &iso_empty; in dvsend()
H A Dfwmpegts.c154 struct fw_pkt *pkt; in mpegtsrecv()
202 pkt = (struct fw_pkt *) ptr; in mpegtsrecv()
/freebsd/sys/dev/firewire/
H A Dfwdev.c272 struct fw_pkt *fp; in fw_read_async()
320 struct fw_pkt *fp; in fw_read()
363 fp = (struct fw_pkt *)fwdma_v_addr(ir->buf, in fw_read()
394 struct fw_pkt pkt; in fw_write_async()
398 bzero(&pkt, sizeof(struct fw_pkt)); in fw_write_async()
410 bcopy(&pkt, &xfer->send.hdr, sizeof(struct fw_pkt)); in fw_write_async()
452 struct fw_pkt *fp; in fw_write()
495 fp = (struct fw_pkt *)fwdma_v_addr(it->buf, in fw_write()
547 struct fw_pkt *fp; in fw_ioctl()
H A Dfwmem.c129 struct fw_pkt *fp; in fwmem_read_quad()
166 struct fw_pkt *fp; in fwmem_write_quad()
203 struct fw_pkt *fp; in fwmem_read_block()
241 struct fw_pkt *fp; in fwmem_write_block()
H A Dif_fwevar.h46 struct fw_pkt pkt_hdr;
H A Dif_fwipvar.h49 struct fw_pkt last_hdr;
H A Dfirewire.c100 static void fw_dump_hdr(struct fw_pkt *, char *);
188 struct fw_pkt *fp; in fw_asyreq()
1006 fw_dump_hdr(struct fw_pkt *fp, char *prefix) in fw_dump_hdr()
1235 struct fw_pkt *fp; in fw_phy_config()
1847 struct fw_pkt *pkt; in fw_rcv_copy()
1854 pkt = (struct fw_pkt *)rb->vec->iov_base; in fw_rcv_copy()
1904 struct fw_pkt *fp, *resfp; in fw_rcv()
1922 fp = (struct fw_pkt *)rb->vec[0].iov_base; in fw_rcv()
2139 struct fw_pkt *fp; in fw_try_bmr()
2178 struct fw_pkt *rfp, *sfp = NULL; in fw_vmaccess()
[all …]
H A Dfirewire.h140 struct fw_pkt { struct
270 struct fw_pkt pkt;
H A Dif_fwe.c488 struct fw_pkt *fp; in fwe_as_output()
550 struct fw_pkt *fp; in fwe_as_input()
561 fp = mtod(sxfer->mbuf, struct fw_pkt *); in fwe_as_input()
H A Dif_fwip.c534 struct fw_pkt *fp; in fwip_async_output()
710 struct fw_pkt *fp; in fwip_stream_input()
720 fp = mtod(sxfer->mbuf, struct fw_pkt *); in fwip_stream_input()
837 struct fw_pkt *fp; in fwip_unicast_input()
H A Dfwohci.c865 struct fw_pkt *fp;
2506 struct fw_pkt *fp;
2523 fp = (struct fw_pkt *)db_tr->buf;
2654 fwohci_arcv_swap(struct fw_pkt *fp, int len)
2656 struct fw_pkt *fp0;
2668 fp0 = (struct fw_pkt *)&ld0;
2707 fwohci_get_plen(struct fwohci_softc *sc, struct fwohci_dbch *dbch, struct fw_pkt *fp)
2754 struct fw_pkt pktbuf;
2756 struct fw_pkt *fp;
2845 fp=(struct fw_pkt *)vec[0].iov_base;
[all …]
H A Dsbp.c916 struct fw_pkt *fp; in sbp_reset_start()
1113 struct fw_pkt *fp; in sbp_agent_reset()
1152 struct fw_pkt *fp; in sbp_busy_timeout()
1203 struct fw_pkt *fp; in sbp_orb_pointer()
1270 struct fw_pkt *fp; in sbp_doorbell()
1294 struct fw_pkt *fp; in sbp_write_cmd()
1347 struct fw_pkt *fp; in sbp_mgm_orb()
1601 struct fw_pkt *rfp; in sbp_recv1()
1603 struct fw_pkt *sfp; in sbp_recv1()
1865 sfp = (struct fw_pkt *)xfe in sbp_recv1()
[all...]
H A Dfirewirereg.h241 struct fw_pkt hdr;
H A Dsbp_targ.c1878 struct fw_pkt *fp; in sbp_targ_mgm()
1899 struct fw_pkt *fp, *sfp; in sbp_targ_recv()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.h28 * @fw_pkt: a packet received from the FW
31 struct iwl_rx_packet *fw_pkt;
30 struct iwl_rx_packet *fw_pkt; global() member
H A Diwl-dbg-tlv.c1182 struct iwl_rx_packet *pkt = tp_data->fw_pkt; in iwl_dbg_tlv_check_fw_pkt()
1187 struct iwl_rx_packet *fw_pkt = in iwl_dbg_tlv_check_fw_pkt()
1192 if (!fw_pkt) in iwl_dbg_tlv_check_fw_pkt()
1195 dump_data->fw_pkt = fw_pkt;
1180 struct iwl_rx_packet *fw_pkt = iwl_dbg_tlv_check_fw_pkt() local
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Druntime.h47 * @fw_pkt: packet received from FW
57 struct iwl_rx_packet *fw_pkt;
53 struct iwl_rx_packet *fw_pkt; global() member
H A Ddbg.c1674 struct iwl_rx_packet *pkt = reg_data->dump_data->fw_pkt; in iwl_get_mon_reg()
2150 if (!reg_data->dump_data->fw_pkt)
2153 size += iwl_rx_packet_payload_len(reg_data->dump_data->fw_pkt);
2815 kfree(dump_data->fw_pkt);
2816 dump_data->fw_pkt = NULL;
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c1601 union iwl_dbg_tlv_tp_data tp_data = { .fw_pkt = pkt }; in iwl_mvm_rx_missed_beacons_notif()
H A Dops.c1728 union iwl_dbg_tlv_tp_data tp_data = { .fw_pkt = pkt }; in iwl_mvm_queue_state_change()