| /drivers/pcmcia/ |
| A D | cistpl.c | 454 tuple->TupleLink = tuple->Flags = 0; in pccard_get_first_tuple() 457 tuple->CISOffset = tuple->LinkOffset = 0; in pccard_get_first_tuple() 468 tuple->CISOffset = tuple->TupleLink = 0; in pccard_get_first_tuple() 493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link() 534 ofs = tuple->CISOffset + tuple->TupleLink; in pccard_get_next_tuple() 641 if (tuple->TupleLink < tuple->TupleOffset) in pccard_get_tuple_data() 643 len = tuple->TupleLink - tuple->TupleOffset; in pccard_get_tuple_data() 644 tuple->TupleDataLen = tuple->TupleLink; in pccard_get_tuple_data() 648 tuple->CISOffset + tuple->TupleOffset, in pccard_get_tuple_data() 1292 if (tuple->TupleDataLen > tuple->TupleDataMax) in pcmcia_parse_tuple() [all …]
|
| A D | pcmcia_cis.c | 38 tuple_t tuple; in pccard_read_tuple() local 48 tuple.Attributes = 0; in pccard_read_tuple() 54 tuple.TupleData = buf; in pccard_read_tuple() 55 tuple.TupleOffset = 0; in pccard_read_tuple() 88 tuple_t tuple; in pccard_loop_tuple() local 98 tuple.TupleData = buf; in pccard_loop_tuple() 100 tuple.TupleOffset = 0; in pccard_loop_tuple() 102 tuple.Attributes = 0; in pccard_loop_tuple() 289 tuple_t *tuple, 321 tuple_t *tuple, in pcmcia_loop_tuple() argument [all …]
|
| A D | cs_internal.h | 168 tuple_t *tuple); 171 tuple_t *tuple); 173 int pccard_get_tuple_data(struct pcmcia_socket *s, tuple_t *tuple);
|
| /drivers/ssb/ |
| A D | sdio.c | 477 struct sdio_func_tuple *tuple; in ssb_sdio_get_invariants() local 485 while (tuple) { in ssb_sdio_get_invariants() 486 switch (tuple->code) { in ssb_sdio_get_invariants() 488 switch (tuple->data[0]) { in ssb_sdio_get_invariants() 494 mac = tuple->data + 2; in ssb_sdio_get_invariants() 503 switch (tuple->data[0]) { in ssb_sdio_get_invariants() 511 (tuple->size != 7), in ssb_sdio_get_invariants() 514 (tuple->data[2]<<8); in ssb_sdio_get_invariants() 523 (tuple->size != 10), in ssb_sdio_get_invariants() 560 (tuple->size != 5), in ssb_sdio_get_invariants() [all …]
|
| A D | pcmcia.c | 597 tuple_t *tuple, in ssb_pcmcia_get_mac() argument 613 tuple_t *tuple, in ssb_pcmcia_do_get_invariants() argument 622 switch (tuple->TupleData[0]) { in ssb_pcmcia_do_get_invariants() 625 (tuple->TupleDataLen != 7), in ssb_pcmcia_do_get_invariants() 628 ((u16)tuple->TupleData[2] << 8); in ssb_pcmcia_do_get_invariants() 637 (tuple->TupleDataLen != 10), in ssb_pcmcia_do_get_invariants() 640 ((u16)tuple->TupleData[2] << 8); in ssb_pcmcia_do_get_invariants() 642 ((u16)tuple->TupleData[4] << 8); in ssb_pcmcia_do_get_invariants() 644 ((u16)tuple->TupleData[6] << 8); in ssb_pcmcia_do_get_invariants() 674 (tuple->TupleDataLen != 5), in ssb_pcmcia_do_get_invariants() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_arfs.c | 95 struct arfs_tuple tuple; member 517 struct arfs_tuple *tuple = &arfs_rule->tuple; in arfs_add_rule() local 536 ntohs(tuple->etype)); in arfs_add_rule() 537 arfs_table = arfs_get_table(arfs, tuple->ip_proto, tuple->etype); in arfs_add_rule() 540 tuple->etype, tuple->ip_proto); in arfs_add_rule() 568 &tuple->src_ipv4, in arfs_add_rule() 572 &tuple->dst_ipv4, in arfs_add_rule() 581 &tuple->src_ipv6, in arfs_add_rule() 675 tuple = &rule->tuple; in arfs_alloc_rule() 695 tuple->dst_port)); in arfs_alloc_rule() [all …]
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | sdio.c | 96 struct sdio_func_tuple *tuple; in b43_sdio_probe() local 101 tuple = func->tuples; in b43_sdio_probe() 102 while (tuple) { in b43_sdio_probe() 103 switch (tuple->code) { in b43_sdio_probe() 105 switch (tuple->data[0]) { in b43_sdio_probe() 107 if (tuple->size != 5) in b43_sdio_probe() 109 vendor = tuple->data[1] | (tuple->data[2]<<8); in b43_sdio_probe() 110 device = tuple->data[3] | (tuple->data[4]<<8); in b43_sdio_probe() 121 tuple = tuple->next; in b43_sdio_probe()
|
| /drivers/net/ethernet/qlogic/qede/ |
| A D | qede_filter.c | 58 struct qede_arfs_tuple tuple; member 111 if (n->tuple.stringify) { in qede_configure_arfs_fltr() 114 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr() 158 fltr->tuple.mode); in qede_enqueue_fltr_and_config_searcher() 498 n->tuple.src_port = ports[0]; in qede_rx_flow_steer() 499 n->tuple.dst_port = ports[1]; in qede_rx_flow_steer() 1835 memset(tuple, 0, sizeof(*tuple)); in qede_parse_flow_attr() 1934 memcpy(&n->tuple, &t, sizeof(n->tuple)); in qede_add_tc_flower_fltr() 1940 n->tuple.build_hdr(&n->tuple, n->data); in qede_add_tc_flower_fltr() 2080 memcpy(&n->tuple, &t, sizeof(n->tuple)); in qede_add_cls_rule() [all …]
|
| /drivers/mmc/core/ |
| A D | sdio_cis.c | 385 struct sdio_func_tuple *tuple, *victim; in sdio_free_common_cis() local 387 tuple = card->tuples; in sdio_free_common_cis() 389 while (tuple) { in sdio_free_common_cis() 390 victim = tuple; in sdio_free_common_cis() 391 tuple = tuple->next; in sdio_free_common_cis() 420 struct sdio_func_tuple *tuple, *victim; in sdio_free_func_cis() local 422 tuple = func->tuples; in sdio_free_func_cis() 424 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis() 425 victim = tuple; in sdio_free_func_cis() 426 tuple = tuple->next; in sdio_free_func_cis()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 157 struct mlx5_ct_tuple tuple; member 255 tuple->ip.src_v4 = match.key->src; in mlx5_tc_ct_rule_to_tuple() 256 tuple->ip.dst_v4 = match.key->dst; in mlx5_tc_ct_rule_to_tuple() 261 tuple->ip.src_v6 = match.key->src; in mlx5_tc_ct_rule_to_tuple() 262 tuple->ip.dst_v6 = match.key->dst; in mlx5_tc_ct_rule_to_tuple() 271 switch (tuple->ip_proto) { in mlx5_tc_ct_rule_to_tuple() 274 tuple->port.src = match.key->src; in mlx5_tc_ct_rule_to_tuple() 1226 entry->tuple.zone = ft->zone; in mlx5_tc_ct_block_flow_offload_add() 1236 memcpy(&entry->tuple_nat, &entry->tuple, sizeof(entry->tuple)); in mlx5_tc_ct_block_flow_offload_add() 1241 sizeof(entry->tuple)); in mlx5_tc_ct_block_flow_offload_add() [all …]
|
| /drivers/media/dvb-core/ |
| A D | dvb_ca_en50221.c | 435 i, tuple[i] & 0xff, in dvb_ca_en50221_read_tuple() 436 ((tuple[i] > 31) && (tuple[i] < 127)) ? tuple[i] : '.'); in dvb_ca_en50221_read_tuple() 462 u8 tuple[257]; in dvb_ca_en50221_parse_attributes() local 474 &tuple_length, tuple); in dvb_ca_en50221_parse_attributes() 482 &tuple_length, tuple); in dvb_ca_en50221_parse_attributes() 490 &tuple_length, tuple); in dvb_ca_en50221_parse_attributes() 498 &tuple_length, tuple); in dvb_ca_en50221_parse_attributes() 505 manfid = (tuple[1] << 8) | tuple[0]; in dvb_ca_en50221_parse_attributes() 506 devid = (tuple[3] << 8) | tuple[2]; in dvb_ca_en50221_parse_attributes() 519 rasz = tuple[0] & 3; in dvb_ca_en50221_parse_attributes() [all …]
|
| /drivers/net/ethernet/8390/ |
| A D | apne.c | 123 char tuple[8]; in apne_probe() local 154 if ((pcmcia_copy_tuple(CISTPL_FUNCID, tuple, 8) < 3) || in apne_probe() 155 (tuple[2] != CISTPL_FUNCID_NETWORK)) { in apne_probe() 575 u_char tuple[32]; in init_pcmcia() local 590 if (pcmcia_copy_tuple(CISTPL_CFTABLE_ENTRY, tuple, 32) < 3) in init_pcmcia() 593 config = tuple[2] & 0x3f; in init_pcmcia() 598 if (pcmcia_copy_tuple(CISTPL_CONFIG, tuple, 32) < 6) in init_pcmcia() 601 offset_len = (tuple[2] & 0x3) + 1; in init_pcmcia() 604 offset = (offset << 8) | tuple[4+offset_len]; in init_pcmcia()
|
| /drivers/bluetooth/ |
| A D | btsdio.c | 277 struct sdio_func_tuple *tuple = func->tuples; in btsdio_probe() local 282 while (tuple) { in btsdio_probe() 283 BT_DBG("code 0x%x size %d", tuple->code, tuple->size); in btsdio_probe() 284 tuple = tuple->next; in btsdio_probe()
|
| /drivers/mtd/maps/ |
| A D | pcmciamtd.c | 334 tuple_t *tuple, in pcmciamtd_cistpl_format() argument 339 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format() 349 tuple_t *tuple, in pcmciamtd_cistpl_jedec() argument 355 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec() 365 tuple_t *tuple, in pcmciamtd_cistpl_device() argument 373 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device() 389 tuple_t *tuple, in pcmciamtd_cistpl_geo() argument 397 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_geo()
|
| /drivers/net/ethernet/xircom/ |
| A D | xirc2ps_cs.c | 675 tuple_t *tuple, in pcmcia_get_mac_ce() argument 680 if (tuple->TupleDataLen != 13) in pcmcia_get_mac_ce() 682 if ((tuple->TupleData[0] != 2) || (tuple->TupleData[1] != 1) || in pcmcia_get_mac_ce() 683 (tuple->TupleData[2] != 6)) in pcmcia_get_mac_ce() 686 dev_addr_mod(dev, 2, &tuple->TupleData[2], 4); in pcmcia_get_mac_ce()
|
| /drivers/net/ |
| A D | netkit.c | 825 struct bpf_tuple tuple = {}; in netkit_release_all() local 834 bpf_mprog_foreach_tuple(entry, fp, cp, tuple) { in netkit_release_all() 835 if (tuple.link) in netkit_release_all() 836 netkit_link(tuple.link)->dev = NULL; in netkit_release_all() 838 bpf_prog_put(tuple.prog); in netkit_release_all()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ethtool.c | 1664 tuple = 4; in bnxt_set_rxfh_fields() 1666 tuple = 2; in bnxt_set_rxfh_fields() 1668 tuple = 0; in bnxt_set_rxfh_fields() 1674 if (tuple == 4) in bnxt_set_rxfh_fields() 1680 if (tuple == 4) in bnxt_set_rxfh_fields() 1684 if (tuple == 4) in bnxt_set_rxfh_fields() 1690 if (tuple == 4) in bnxt_set_rxfh_fields() 1698 if (tuple == 4) in bnxt_set_rxfh_fields() 1707 if (tuple == 4) in bnxt_set_rxfh_fields() 1722 if (tuple == 2) in bnxt_set_rxfh_fields() [all …]
|
| /drivers/net/ethernet/smsc/ |
| A D | smc91c92_cs.c | 460 tuple_t *tuple, in pcmcia_get_versmac() argument 467 if (pcmcia_parse_tuple(tuple, &parse)) in pcmcia_get_versmac() 669 tuple_t *tuple, in pcmcia_osi_mac() argument 674 if (tuple->TupleDataLen < 8) in pcmcia_osi_mac() 676 if (tuple->TupleData[0] != 0x04) in pcmcia_osi_mac() 679 eth_hw_addr_set(dev, &tuple->TupleData[2]); in pcmcia_osi_mac()
|
| /drivers/net/ethernet/dec/tulip/ |
| A D | xircom_cb.c | 1007 u8 tuple, data_id, data_count; in read_mac_address() local 1010 tuple = xr32(CSR9); in read_mac_address() 1017 if ((tuple == 0x22) && (data_id == 0x04) && (data_count == 0x06)) { in read_mac_address()
|
| /drivers/comedi/drivers/ni_routing/tools/ |
| A D | convert_csv_to_c.py | 233 sheets = sorted(self.items(), key=lambda i : tuple(i[0].split('-')[::-1]) )
|