Searched refs:compl (Results 1 - 15 of 15) sorted by relevance

/drivers/scsi/be2iscsi/
H A Dbe_cmds.c151 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) argument
153 if (compl->flags != 0) {
154 compl->flags = le32_to_cpu(compl->flags);
155 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0);
161 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) argument
163 compl->flags = 0;
167 struct be_mcc_compl *compl)
171 be_dws_le_to_cpu(compl, 4);
173 compl_status = (compl
166 be_mcc_compl_process(struct be_ctrl_info *ctrl, struct be_mcc_compl *compl) argument
186 be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, struct be_mcc_compl *compl) argument
215 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); local
267 struct be_mcc_compl *compl; local
360 struct be_mcc_compl *compl = &mbox->compl; local
408 struct be_mcc_compl *compl = &mbox->compl; local
[all...]
H A Dbe_cmds.h130 struct be_mcc_compl compl; member in struct:be_mcc_mailbox
551 struct be_mcc_compl *compl);
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c47 static inline bool be_mcc_compl_is_new(struct be_mcc_compl *compl) argument
49 if (compl->flags != 0) {
50 compl->flags = le32_to_cpu(compl->flags);
51 BUG_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0);
59 static inline void be_mcc_compl_use(struct be_mcc_compl *compl) argument
61 compl->flags = 0;
65 struct be_mcc_compl *compl)
71 be_dws_le_to_cpu(compl, 4);
73 compl_status = (compl
64 be_mcc_compl_process(struct be_adapter *adapter, struct be_mcc_compl *compl) argument
214 struct be_mcc_compl *compl = queue_tail_node(mcc_cq); local
240 struct be_mcc_compl *compl; local
343 struct be_mcc_compl *compl = &mbox->compl; local
[all...]
H A Dbe_main.c1307 static void be_parse_rx_compl_v1(struct be_eth_rx_compl *compl, argument
1311 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, pktsize, compl);
1312 rxcp->vlanf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, vtp, compl);
1313 rxcp->err = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, err, compl);
1314 rxcp->tcpf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, tcpf, compl);
1315 rxcp->udpf = AMAP_GET_BITS(struct amap_eth_rx_compl_v1, udpf, compl);
1317 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, ipcksm, compl);
1319 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, l4_cksm, compl);
1321 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, ip_version, compl);
1323 AMAP_GET_BITS(struct amap_eth_rx_compl_v1, fragndx, compl);
1339 be_parse_rx_compl_v0(struct be_eth_rx_compl *compl, struct be_rx_compl_info *rxcp) argument
1373 struct be_eth_rx_compl *compl = queue_tail_node(&rxo->cq); local
[all...]
H A Dbe_cmds.h148 struct be_mcc_compl compl; member in struct:be_mcc_mailbox
/drivers/video/omap2/
H A Dvram.c255 struct completion *compl = data; local
256 complete(compl);
261 struct completion compl; local
267 init_completion(&compl);
271 &compl, &lch);
292 if (wait_for_completion_timeout(&compl, msecs_to_jiffies(1000)) == 0) {
/drivers/block/
H A Dub.c1804 struct completion compl; local
1807 init_completion(&compl);
1819 cmd->back = &compl;
1830 wait_for_completion(&compl);
1856 struct completion compl; local
1859 init_completion(&compl);
1877 cmd->back = &compl;
1888 wait_for_completion(&compl);
1946 struct completion compl; local
1950 init_completion(&compl);
1991 struct completion compl; local
2060 struct completion compl; local
[all...]
/drivers/net/wireless/wl12xx/
H A Dps.c96 DECLARE_COMPLETION_ONSTACK(compl);
125 wl->elp_compl = &compl;
132 &compl, msecs_to_jiffies(WL1271_WAKEUP_TIMEOUT));
/drivers/scsi/bfa/
H A Dbfa_core.c237 static void bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl);
238 static void bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl);
239 static void bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl);
1138 bfa_iocfc_stop_cb(void *bfa_arg, bfa_boolean_t compl) argument
1143 if (compl)
1148 bfa_iocfc_enable_cb(void *bfa_arg, bfa_boolean_t compl) argument
1153 if (compl)
1158 bfa_iocfc_disable_cb(void *bfa_arg, bfa_boolean_t compl) argument
1163 if (compl)
/drivers/usb/misc/
H A Duss720.c76 struct completion compl; member in struct:uss720_async_request
134 complete(&rq->compl);
159 init_completion(&rq->compl);
227 if (wait_for_completion_timeout(&rq->compl, HZ)) {
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1133 * @compl: the value of the COMPL bit to use
1141 unsigned int compl)
1186 | F_WR_SOP | F_WR_EOP | compl);
1202 htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | compl),
1224 unsigned int ndesc, pidx, credits, gen, compl; local
1271 compl = (q->unacked & 8) << (S_WR_COMPL - 3);
1315 write_tx_pkt_wr(adap, skb, pi, pidx, gen, q, ndesc, compl);
1137 write_tx_pkt_wr(struct adapter *adap, struct sk_buff *skb, const struct port_info *pi, unsigned int pidx, unsigned int gen, struct sge_txq *q, unsigned int ndesc, unsigned int compl) argument
/drivers/net/wireless/hostap/
H A Dhostap_hw.c359 init_waitqueue_head(&entry->compl);
363 add_wait_queue(&entry->compl, &wait);
408 remove_wait_queue(&entry->compl, &wait);
698 wake_up_interruptible(&entry->compl);
H A Dhostap_wlan.h550 wait_queue_head_t compl; member in struct:hostap_cmd_queue
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c415 int dlen, int len, u32 credits, int compl)
414 make_tx_data_wr(struct cxgbi_sock *csk, struct sk_buff *skb, int dlen, int len, u32 credits, int compl) argument
/drivers/video/omap2/dss/
H A Ddispc.c1949 struct completion *compl = data; local
1950 complete(compl);

Completed in 631 milliseconds