Searched refs:send_pkt (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/ath/ath6kl/ |
| A D | htc_mbox.c | 1042 struct htc_packet *send_pkt = NULL; in htc_setup_tx_complete() local 1045 send_pkt = htc_get_control_buf(target, true); in htc_setup_tx_complete() 1047 if (!send_pkt) in htc_setup_tx_complete() 1055 (struct htc_setup_comp_ext_msg *)send_pkt->buf; in htc_setup_tx_complete() 1069 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp_ext, in htc_setup_tx_complete() 1075 setup_comp = (struct htc_setup_comp_msg *)send_pkt->buf; in htc_setup_tx_complete() 1078 set_htc_pkt_info(send_pkt, NULL, (u8 *) setup_comp, in htc_setup_tx_complete() 1084 send_pkt->completion = NULL; in htc_setup_tx_complete() 1085 ath6kl_htc_tx_prep_pkt(send_pkt, 0, 0, 0); in htc_setup_tx_complete() 1086 status = ath6kl_htc_tx_issue(target, send_pkt); in htc_setup_tx_complete() [all …]
|
| /drivers/infiniband/sw/siw/ |
| A D | siw_qp_tx.c | 164 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx() 187 crc = (char *)&c_tx->pkt.send_pkt.crc; in siw_qp_prepare_tx()
|
| A D | siw.h | 378 struct siw_send_pkt send_pkt; member
|
| /drivers/vhost/ |
| A D | vsock.c | 460 .send_pkt = vhost_transport_send_pkt,
|
Completed in 22 milliseconds