Searched defs:status (Results 1 - 25 of 69) sorted by relevance

123

/net/nfc/nci/
H A Drsp.c44 pr_debug("status 0x%x\n", rsp->status);
46 if (rsp->status == NCI_STATUS_OK) {
52 nci_req_complete(ndev, rsp->status);
60 pr_debug("status 0x%x\n", rsp_1->status);
62 if (rsp_1->status != NCI_STATUS_OK)
118 nci_req_complete(ndev, rsp_1->status);
126 pr_debug("status 0x%x\n", rsp->status);
134 __u8 status = skb->data[0]; local
143 __u8 status = skb->data[0]; local
156 __u8 status = skb->data[0]; local
168 __u8 status = skb->data[0]; local
[all...]
H A Dntf.c77 __u8 status = skb->data[0]; local
79 pr_debug("status 0x%x\n", status);
84 nci_req_complete(ndev, status);
95 pr_debug("status 0x%x, conn_id %d\n", ntf->status, ntf->conn_id);
/net/decnet/netfilter/
H A Ddn_rtmsg.c67 int status = 0; local
82 skb2 = dnrmg_build_message(skb, &status);
/net/netfilter/
H A Dnf_queue.c110 int status = -ENOENT; local
120 status = -ESRCH;
130 status = -ENOMEM;
146 status = -ECANCELED;
151 status = qh->outfn(entry, queuenum);
155 if (status < 0) {
166 return status;
H A Dnf_conntrack_sane.c53 __be32 status; member in struct:sane_reply_net_start
128 if (reply->status != htonl(SANE_STATUS_SUCCESS)) {
131 ntohl(reply->status));
H A Dnfnetlink_cthelper.c231 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); local
233 switch(status) {
272 int status = ntohl(nla_get_be32(tb[NFCTH_STATUS])); local
274 switch(status) {
414 int status; local
442 status = NFCT_HELPER_STATUS_ENABLED;
444 status = NFCT_HELPER_STATUS_DISABLED;
446 if (nla_put_be32(skb, NFCTH_STATUS, htonl(status)))
/net/atm/
H A Dlec_arpc.h30 * (status=ESI_FLUSH_PENDING)
33 * (status=ESI_ARP_PENDING||
34 * status=ESI_VC_PENDING)
37 unsigned char status; /* Status of this entry */ member in struct:lec_arp_table
81 * status and it is assumed that the flush
/net/irda/
H A Dirda_device.c101 * Function irda_device_set_media_busy (self, status)
106 void irda_device_set_media_busy(struct net_device *dev, int status) argument
110 IRDA_DEBUG(4, "%s(%s)\n", __func__, status ? "TRUE" : "FALSE");
124 if (status) {
126 if (status == SMALL)
H A Dirlmp_frame.c38 __u8 slsap, int status, hashbin_t *);
418 * Function irlmp_find_handle (self, dlsap_sel, slsap_sel, status, queue)
435 __u8 slsap_sel, int status,
465 if ((status == CONNECT_CMD) &&
434 irlmp_find_lsap(struct lap_cb *self, __u8 dlsap_sel, __u8 slsap_sel, int status, hashbin_t *queue) argument
/net/mac80211/
H A Dwep.c278 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); local
285 if (!(status->flag & RX_FLAG_DECRYPTED)) {
290 } else if (!(status->flag & RX_FLAG_IV_STRIPPED)) {
H A Dagg-rx.c182 u8 dialog_token, u16 status, u16 policy,
222 mgmt->u.action.u.addba_resp.status = cpu_to_le16(status);
235 u16 status = WLAN_STATUS_REQUEST_DECLINED; local
251 status = WLAN_STATUS_INVALID_QOS_PARAM;
330 status = WLAN_STATUS_SUCCESS;
346 dialog_token, status, 1, buf_size,
181 ieee80211_send_addba_resp(struct ieee80211_sub_if_data *sdata, u8 *da, u16 tid, u8 dialog_token, u16 status, u16 policy, u16 buf_size, u16 timeout) argument
H A Dwpa.c92 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); local
108 if (status->flag & (RX_FLAG_MMIC_STRIPPED | RX_FLAG_IV_STRIPPED)) {
109 if (status->flag & RX_FLAG_MMIC_ERROR)
112 if (!(status->flag & RX_FLAG_IV_STRIPPED) && rx->key &&
125 !(status->flag & RX_FLAG_DECRYPTED))
138 if (status->flag & RX_FLAG_MMIC_ERROR)
264 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); local
284 if (status->flag & RX_FLAG_DECRYPTED)
495 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); local
511 if (status
605 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(rx->skb); local
742 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); local
[all...]
/net/rds/
H A Dsend.c58 static void rds_send_remove_from_sock(struct list_head *messages, int status);
422 void rds_rdma_send_complete(struct rds_message *rm, int status) argument
438 notifier->n_status = status;
458 void rds_atomic_send_complete(struct rds_message *rm, int status) argument
474 notifier->n_status = status;
497 __rds_send_complete(struct rds_sock *rs, struct rds_message *rm, int status) argument
504 ro->op_notifier->n_status = status;
511 ao->op_notifier->n_status = status;
563 static void rds_send_remove_from_sock(struct list_head *messages, int status) argument
611 (ro->op_notify || (ro->op_recverr && status))) {
[all...]
H A Dib_send.c70 char *rds_ib_wc_status_str(enum ib_wc_status status) argument
73 ARRAY_SIZE(rds_ib_wc_status_strings), status);
82 void (*complete)(struct rds_message *rm, int status))
130 * notification of RDMA status at the expense of a one-way
294 rdsdebug("wc wr_id 0x%llx status %u (%s) byte_len %u imm_data %u\n",
295 (unsigned long long)wc.wr_id, wc.status,
296 rds_ib_wc_status_str(wc.status), wc.byte_len,
316 rm = rds_ib_send_unmap_op(ic, send, wc.status);
343 if (wc.status != IB_WC_SUCCESS && rds_conn_up(conn)) {
344 rds_ib_conn_error(conn, "send completion on %pI4 had status "
80 rds_ib_send_complete(struct rds_message *rm, int wc_status, void (*complete)(struct rds_message *rm, int status)) argument
[all...]
/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c773 int status; local
775 status = gss_mech_register(&gss_kerberos_mech);
776 if (status)
778 return status;
H A Dgss_mech_switch.c87 int i, status; local
92 status = -ENOMEM;
95 status = svcauth_gss_register_pseudoflavor(pf->pseudoflavor,
97 if (status)
103 return status;
114 int status; local
116 status = gss_mech_svc_setup(gm);
117 if (status)
118 return status;
H A Dgss_rpc_upcall.c185 int status; local
190 status = rpc_call_sync(clnt, msg, 0);
191 if (status < 0) {
192 dprintk("gssp: rpc_call returned error %d\n", -status);
193 switch (status) {
195 status = -EINVAL;
200 status = -EAGAIN;
204 status = -EINTR;
211 return status;
294 data->major_status = res.status
[all...]
H A Dgss_rpc_xdr.c306 struct gssx_status *status)
311 /* status->major_status */
315 p = xdr_decode_hyper(p, &status->major_status);
317 /* status->mech */
318 err = gssx_dec_buffer(xdr, &status->mech);
322 /* status->minor_status */
326 p = xdr_decode_hyper(p, &status->minor_status);
328 /* status->major_status_string */
329 err = gssx_dec_buffer(xdr, &status->major_status_string);
333 /* status
305 gssx_dec_status(struct xdr_stream *xdr, struct gssx_status *status) argument
[all...]
/net/sunrpc/xprtrdma/
H A Drpc_rdma.c735 int rdmalen, status; local
738 /* Check status. If bad, signal disconnect and return rep to pool */
817 status = rep->rr_len + rdmalen;
822 status += rdmalen;
829 status = rep->rr_len;
848 status = rdmalen;
861 status = -EIO;
872 __func__, xprt, rqst, status);
873 xprt_complete_rqst(rqst->rq_task, status);
/net/xfrm/
H A Dxfrm_algo.c625 int i, status; local
637 status = crypto_has_alg(list[i].name, algo_list->type,
639 if (!status)
642 list[i].available = status;
757 int i, status; local
762 status = crypto_has_hash(aalg_list[i].name, 0,
764 if (aalg_list[i].available != status)
765 aalg_list[i].available = status;
769 status = crypto_has_ablkcipher(ealg_list[i].name, 0, 0);
770 if (ealg_list[i].available != status)
[all...]
/net/bluetooth/
H A Da2mp.c87 cl[0].status = AMP_STATUS_BLUETOOTH_ONLY;
94 cl[i].status = hdev->amp_status;
96 cl[i].status = AMP_STATUS_POWERED_DOWN;
210 BT_DBG("Remote AMP id %d type %d status %d", cl->id, cl->type,
211 cl->status);
261 BT_DBG("Controller id %d type %d status %d", cl->id, cl->type,
262 cl->status);
287 rsp.status = A2MP_STATUS_INVALID_CTRL_ID;
316 BT_DBG("id %d status 0x%2.2x", rsp->id, rsp->status);
909 a2mp_send_getampassoc_rsp(struct hci_dev *hdev, u8 status) argument
943 a2mp_send_create_phy_link_req(struct hci_dev *hdev, u8 status) argument
980 a2mp_send_create_phy_link_rsp(struct hci_dev *hdev, u8 status) argument
[all...]
H A Da2mp.h67 __u8 status; member in struct:a2mp_cl
88 __u8 status; member in struct:a2mp_info_rsp
104 __u8 status; member in struct:a2mp_amp_assoc_rsp
121 __u8 status; member in struct:a2mp_physlink_rsp
124 /* A2MP response status */
146 void a2mp_send_getampassoc_rsp(struct hci_dev *hdev, u8 status);
147 void a2mp_send_create_phy_link_req(struct hci_dev *hdev, u8 status);
148 void a2mp_send_create_phy_link_rsp(struct hci_dev *hdev, u8 status);
/net/core/
H A Dnetpoll.c75 int status = NETDEV_TX_OK; local
94 status = netdev_start_xmit(skb, dev, txq, false);
97 return status;
323 int status = NETDEV_TX_BUSY; local
347 status = netpoll_start_xmit(skb, dev, txq);
351 if (status == NETDEV_TX_OK)
368 if (status != NETDEV_TX_OK) {
/net/dsa/
H A Dslave.c439 struct fixed_phy_status *status)
445 ds->drv->fixed_link_update(ds, p->port, status);
438 dsa_slave_fixed_link_update(struct net_device *dev, struct fixed_phy_status *status) argument
/net/irda/ircomm/
H A Dircomm_tty.c1044 int status; local
1053 status = self->settings.dce;
1055 if (status & IRCOMM_DCE_DELTA_ANY) {
1058 if ((self->port.flags & ASYNC_CHECK_CD) && (status & IRCOMM_DELTA_CD)) {
1061 (status & IRCOMM_CD) ? "on" : "off");
1063 if (status & IRCOMM_CD) {
1077 if (status & IRCOMM_CTS) {
1089 if (!(status & IRCOMM_CTS)) {
1240 seq_printf(m, "DTE status:");
1252 seq_puts(m, "DCE status
[all...]

Completed in 821 milliseconds

123