Searched defs:osbuf (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/ath6kl/wmi/ |
D | wmi.c | 395 wmi_dix_2_dot3(struct wmi_t *wmip, void *osbuf) in wmi_dix_2_dot3() 452 int wmi_meta_add(struct wmi_t *wmip, void *osbuf, u8 *pVersion,void *pTxMetaS) in wmi_meta_add() 498 wmi_data_hdr_add(struct wmi_t *wmip, void *osbuf, u8 msgType, bool bMoreData, in wmi_data_hdr_add() 534 u8 wmi_implicit_create_pstream(struct wmi_t *wmip, void *osbuf, u32 layer2Priority, bool wmmEnabled) in wmi_implicit_create_pstream() 625 wmi_dot11_hdr_add (struct wmi_t *wmip, void *osbuf, NETWORK_TYPE mode) in wmi_dot11_hdr_add() 717 wmi_dot11_hdr_remove(struct wmi_t *wmip, void *osbuf) in wmi_dot11_hdr_remove() 785 wmi_dot3_2_dix(void *osbuf) in wmi_dot3_2_dix() 813 wmi_data_hdr_remove(struct wmi_t *wmip, void *osbuf) in wmi_data_hdr_remove() 830 wmi_control_rx_xtnd(struct wmi_t *wmip, void *osbuf) in wmi_control_rx_xtnd() 907 wmi_control_rx(struct wmi_t *wmip, void *osbuf) in wmi_control_rx() [all …]
|
/linux-2.6.39/drivers/staging/ath6kl/reorder/ |
D | rcv_aggr.c | 359 aggr_slice_amsdu(struct aggr_info *p_aggr, struct rxtid *rxtid, void **osbuf) in aggr_slice_amsdu() 429 aggr_process_recv_frm(void *cntxt, u8 tid, u16 seq_no, bool is_amsdu, void **osbuf) in aggr_process_recv_frm() 635 void *osbuf; in aggr_dispatch_frames() local
|
D | aggr_rx_internal.h | 63 void *osbuf; member
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6k_pal.c | 195 void *osbuf; in btpal_send_frame() local 352 bool ar6k_pal_recv_pkt(void *pHciPal, void *osbuf) in ar6k_pal_recv_pkt()
|
D | hci_bridge.c | 132 static inline void FreeBtOsBuf(struct ar6k_hci_bridge_info *pHcidevInfo, void *osbuf) in FreeBtOsBuf() 353 void *osbuf = pPacket->pPktContext; in ar6000_hci_send_complete() local
|
D | ar6000_drv.c | 776 void * osbuf; in ar6000_alloc_netbufs() local 3937 ar6000_deliver_frames_to_nw_stack(void *dev, void *osbuf) in ar6000_deliver_frames_to_nw_stack() 4809 void *osbuf = NULL; in ar6000_hci_event_rcv_evt() local 5318 ar6000_control_tx(void *devt, void *osbuf, HTC_ENDPOINT_ID eid) in ar6000_control_tx()
|
D | ioctl.c | 1496 void *osbuf = NULL; in ar6000_create_acl_data_osbuf() local 4424 void *osbuf = NULL; in ar6000_ioctl() local
|
/linux-2.6.39/drivers/staging/ath6kl/include/ |
D | a_drv_api.h | 46 #define A_WMI_CONTROL_TX(devt, osbuf, streamID) \ argument
|