Searched refs:op (Results 1 - 25 of 41) sorted by relevance

12

/net/can/
H A Dbcm.c166 struct bcm_op *op; local
175 list_for_each_entry(op, &bo->rx_ops, list) {
180 if (!op->frames_abs)
184 op->can_id, bcm_proc_getifname(ifname, op->ifindex));
185 seq_printf(m, "[%u]%c ", op->nframes,
186 (op->flags & RX_CHECK_DLC)?'d':' ');
187 if (op->kt_ival1.tv64)
190 ktime_to_us(op->kt_ival1));
192 if (op
244 bcm_can_tx(struct bcm_op *op) argument
289 bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, struct can_frame *frames, int has_timestamp) argument
349 bcm_tx_start_timer(struct bcm_op *op) argument
363 struct bcm_op *op = (struct bcm_op *)data; local
395 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); local
405 bcm_rx_changed(struct bcm_op *op, struct can_frame *data) argument
435 bcm_rx_update_and_send(struct bcm_op *op, struct can_frame *lastdata, const struct can_frame *rxdata) argument
479 bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, const struct can_frame *rxdata) argument
515 bcm_rx_starttimer(struct bcm_op *op) argument
526 struct bcm_op *op = (struct bcm_op *)data; local
546 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); local
565 bcm_rx_do_flush(struct bcm_op *op, int update, unsigned int index) argument
582 bcm_rx_thr_flush(struct bcm_op *op, int update) argument
603 struct bcm_op *op = (struct bcm_op *)data; local
615 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); local
634 struct bcm_op *op = (struct bcm_op *)data; local
697 struct bcm_op *op; local
707 bcm_remove_op(struct bcm_op *op) argument
727 bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) argument
745 struct bcm_op *op, *n; local
790 struct bcm_op *op, *n; local
809 struct bcm_op *op = bcm_find_op(ops, msg_head->can_id, ifindex); local
833 struct bcm_op *op; local
992 struct bcm_op *op; local
1357 struct bcm_op *op; local
1433 struct bcm_op *op, *next; local
[all...]
/net/wimax/
H A DMakefile6 op-msg.o \
7 op-reset.o \
8 op-rfkill.o \
9 op-state-get.o \
/net/ceph/
H A Dceph_strings.c19 const char *ceph_osd_op_name(int op) argument
21 switch (op) {
22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str);
46 const char *ceph_pool_op_name(int op) argument
48 switch (op) {
H A Dauth_x_protocol.h19 __le16 op; member in struct:ceph_x_request_header
23 __le16 op; member in struct:ceph_x_reply_header
H A Dosd_client.c64 * fill osd op in request message.
280 struct ceph_osd_req_op *op; local
283 op = &osd_req->r_ops[which];
285 switch (op->op) {
288 ceph_osd_data_release(&op->extent.osd_data);
291 ceph_osd_data_release(&op->cls.request_info);
292 ceph_osd_data_release(&op->cls.request_data);
293 ceph_osd_data_release(&op->cls.response_data);
434 #define GENERATE_CASE(op, opcod
451 struct ceph_osd_req_op *op; local
475 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); local
496 struct ceph_osd_req_op *op; local
515 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); local
552 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); local
568 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, local
1755 struct ceph_osd_op *op = p; local
[all...]
H A Ddebugfs.c125 __u16 op; local
127 op = le16_to_cpu(req->request->hdr.type);
128 if (op == CEPH_MSG_STATFS)
130 else if (op == CEPH_MSG_POOLOP)
132 else if (op == CEPH_MSG_MON_GET_VERSION)
171 opcode = req->r_ops[i].op;
H A Dauth_x.c431 head->op = cpu_to_le16(CEPHX_GET_AUTH_SESSION_KEY);
464 head->op = cpu_to_le16(CEPHX_GET_PRINCIPAL_SESSION_KEY);
488 int op; local
508 op = le16_to_cpu(head->op);
510 dout("handle_reply op %d result %d\n", op, result);
511 switch (op) {
/net/netfilter/
H A Dxt_tcpmss.c34 const u_int8_t *op; local
52 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt);
53 if (op == NULL)
57 if (op[i] == TCPOPT_MSS
59 && op[i+1] == TCPOLEN_MSS) {
62 mssval = (op[i+2] << 8) | op[i+3];
67 if (op[i] < 2)
70 i += op[i+1] ? : 1;
H A Dxt_dccp.c44 const unsigned char *op; local
56 op = skb_header_pointer(skb, protoff + optoff, optlen, dccp_optbuf);
57 if (op == NULL) {
63 if (op[i] == option) {
68 if (op[i] < 2)
71 i += op[i+1]?:1;
H A Dnf_conntrack_seqadj.c135 unsigned char *op = skb->data + optoff; local
137 switch (op[0]) {
146 optoff + op[1] > optend ||
147 op[1] < 2)
149 if (op[0] == TCPOPT_SACK &&
150 op[1] >= 2+TCPOLEN_SACK_PERBLOCK &&
151 ((op[1] - 2) % TCPOLEN_SACK_PERBLOCK) == 0)
153 optoff+op[1],
155 optoff += op[1];
H A Dnft_cmp.c24 enum nft_cmp_ops op:8; member in struct:nft_cmp_expr
35 switch (priv->op) {
79 priv->op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
94 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(priv->op)))
171 enum nft_cmp_ops op; local
184 op = ntohl(nla_get_be32(tb[NFTA_CMP_OP]));
185 switch (op) {
201 if (desc.len <= sizeof(u32) && op == NFT_CMP_EQ)
H A Dnf_synproxy_core.c200 unsigned char *op = skb->data + optoff; local
202 switch (op[0]) {
210 optoff + op[1] > optend ||
211 op[1] < 2)
213 if (op[0] == TCPOPT_TIMESTAMP &&
214 op[1] == TCPOLEN_TIMESTAMP) {
216 ptr = (u32 *)&op[2];
221 ptr = (u32 *)&op[6];
230 optoff += op[1];
H A Dnft_byteorder.c23 enum nft_byteorder_ops op:8; member in struct:nft_byteorder
42 switch (priv->op) {
54 switch (priv->op) {
103 priv->op = ntohl(nla_get_be32(tb[NFTA_BYTEORDER_OP]));
104 switch (priv->op) {
136 if (nla_put_be32(skb, NFTA_BYTEORDER_OP, htonl(priv->op)))
H A Dxt_tcpudp.c39 const u_int8_t *op; local
49 op = skb_header_pointer(skb, protoff + sizeof(struct tcphdr),
51 if (op == NULL) {
57 if (op[i] == option) return !invert;
58 if (op[i] < 2) i++;
59 else i += op[i+1]?:1;
H A Dnf_log_common.c111 const u_int8_t *op; local
115 op = skb_header_pointer(skb, offset + sizeof(struct tcphdr),
117 if (op == NULL) {
125 nf_log_buf_add(m, "%02X", op[i]);
/net/rds/
H A Dib_send.c106 struct rm_data_op *op,
109 if (op->op_nents)
111 op->op_sg, op->op_nents,
116 struct rm_rdma_op *op,
119 if (op->op_mapped) {
121 op->op_sg, op->op_nents,
122 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
123 op
105 rds_ib_send_unmap_data(struct rds_ib_connection *ic, struct rm_data_op *op, int wc_status) argument
115 rds_ib_send_unmap_rdma(struct rds_ib_connection *ic, struct rm_rdma_op *op, int wc_status) argument
155 rds_ib_send_unmap_atomic(struct rds_ib_connection *ic, struct rm_atomic_op *op, int wc_status) argument
786 rds_ib_xmit_atomic(struct rds_connection *conn, struct rm_atomic_op *op) argument
875 rds_ib_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) argument
[all...]
H A Diw_send.c67 struct rm_rdma_op *op)
69 if (op->op_mapped) {
71 op->op_sg, op->op_nents,
72 op->op_write ? DMA_TO_DEVICE : DMA_FROM_DEVICE);
73 op->op_mapped = 0;
592 /* If it has a RDMA op, tell the peer we did it. This is
788 int rds_iw_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) argument
798 u64 remote_addr = op->op_remote_addr;
810 if (!op
66 rds_iw_send_unmap_rdma(struct rds_iw_connection *ic, struct rm_rdma_op *op) argument
[all...]
H A Drdma.c550 struct rm_rdma_op *op = &rm->rdma; local
602 op->op_write = !!(args->flags & RDS_RDMA_READWRITE);
603 op->op_fence = !!(args->flags & RDS_RDMA_FENCE);
604 op->op_notify = !!(args->flags & RDS_RDMA_NOTIFY_ME);
605 op->op_silent = !!(args->flags & RDS_RDMA_SILENT);
606 op->op_active = 1;
607 op->op_recverr = rs->rs_recverr;
609 op->op_sg = rds_message_alloc_sgs(rm, nr_pages);
610 if (!op->op_sg) {
615 if (op
[all...]
/net/sunrpc/
H A Dstats.c169 static void _print_name(struct seq_file *seq, unsigned int op, argument
172 if (procs[op].p_name)
173 seq_printf(seq, "\t%12s: ", procs[op].p_name);
174 else if (op == 0)
177 seq_printf(seq, "\t%12u: ", op);
184 unsigned int op, maxproc = clnt->cl_maxproc; local
199 seq_printf(seq, "\tper-op statistics\n");
200 for (op = 0; op < maxproc; op
[all...]
/net/rfkill/
H A Dinput.c57 static void __rfkill_handle_global_op(enum rfkill_sched_op op) argument
61 switch (op) {
81 op);
105 enum rfkill_sched_op op = rfkill_op; local
111 __rfkill_handle_global_op(op);
117 * we might have gotten a new global op.
156 static void rfkill_schedule_global_op(enum rfkill_sched_op op) argument
161 rfkill_op = op;
163 if (op == RFKILL_GLOBAL_OP_EPO && !rfkill_is_epo_lock_active()) {
H A Dcore.c193 enum rfkill_operation op)
199 ev->op = op;
208 static void rfkill_send_events(struct rfkill *rfkill, enum rfkill_operation op) argument
217 rfkill_fill_event(&ev->ev, rfkill, op);
1157 if (ev.op != RFKILL_OP_CHANGE && ev.op != RFKILL_OP_CHANGE_ALL)
1165 if (ev.op == RFKILL_OP_CHANGE_ALL) {
1176 if (rfkill->idx != ev.idx && ev.op != RFKILL_OP_CHANGE_ALL)
192 rfkill_fill_event(struct rfkill_event *ev, struct rfkill *rfkill, enum rfkill_operation op) argument
/net/ipv4/
H A Dinet_diag.c410 const struct inet_diag_bc_op *op = bc; local
412 switch (op->code) {
419 yes = entry->sport >= op[1].no;
422 yes = entry->sport <= op[1].no;
425 yes = entry->dport >= op[1].no;
428 yes = entry->dport <= op[1].no;
438 cond = (struct inet_diag_hostcond *)(op + 1);
440 cond->port != (op->code == INET_DIAG_BC_S_COND ?
446 if (op->code == INET_DIAG_BC_S_COND)
477 len -= op
518 const struct inet_diag_bc_op *op = bc; local
533 valid_hostcond(const struct inet_diag_bc_op *op, int len, int *min_len) argument
571 valid_port_comparison(const struct inet_diag_bc_op *op, int len, int *min_len) argument
587 const struct inet_diag_bc_op *op = bc; local
[all...]
/net/ipv4/netfilter/
H A Dnf_log_ipv4.c78 const unsigned char *op; local
83 op = skb_header_pointer(skb, iphoff+sizeof(_iph),
85 if (op == NULL) {
93 nf_log_buf_add(m, "%02X", op[i]);
/net/ceph/crush/
H A Dmapper.c686 switch (curstep->op) {
727 curstep->op ==
729 curstep->op ==
811 dprintk(" unknown op %d at step %d\n",
812 curstep->op, step);
/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c381 struct sk_buff *fp, *op, *head = fq->q.fragments; local
482 op = NFCT_FRAG6_CB(head)->orig;
486 op->next = orig;
487 op = orig;

Completed in 837 milliseconds

12