/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-selftest.c | 95 unsigned char ncf[30]; member 101 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00}, 106 .ncf = "abcdefghijklmnopqrstuvwxyz0.1", 112 .ncf = {0x73, 0x73, 0x00}, 118 .ncf = {0x61, 0xcc, 0x8a, 0x00}, 128 .ncf = {0xe1, 0x8e, 0xa0, 0x00}, 133 .ncf = {0xe1, 0x8f, 0xb0, 0x00}, 139 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00}, 146 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00}, 152 .ncf [all...] |
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-selftest.c | 93 unsigned char ncf[30]; member 99 .ncf = {0x61, 0x62, 0x62, 0x61, 0x00}, 104 .ncf = "abcdefghijklmnopqrstuvwxyz0.1", 110 .ncf = {0x73, 0x73, 0x00}, 116 .ncf = {0x61, 0xcc, 0x8a, 0x00}, 126 .ncf = {0xe1, 0x8e, 0xa0, 0x00}, 131 .ncf = {0xe1, 0x8f, 0xb0, 0x00}, 137 .ncf = {0xf0, 0x90, 0xb3, 0x83, 0x00}, 144 .ncf = {0xf0, 0x90, 0x93, 0x9d, 0x00}, 150 .ncf [all...] |
/kernel/linux/linux-5.10/net/ncsi/ |
H A D | ncsi-rsp.c | 365 struct ncsi_channel_vlan_filter *ncf; in ncsi_rsp_handler_svf() local 377 ncf = &nc->vlan_filter; in ncsi_rsp_handler_svf() 378 if (cmd->index == 0 || cmd->index > ncf->n_vids) in ncsi_rsp_handler_svf() 383 bitmap = &ncf->bitmap; in ncsi_rsp_handler_svf() 386 ncf->vids[cmd->index - 1] = 0; in ncsi_rsp_handler_svf() 389 ncf->vids[cmd->index - 1] = ntohs(cmd->vlan); in ncsi_rsp_handler_svf() 454 struct ncsi_channel_mac_filter *ncf; in ncsi_rsp_handler_sma() local 473 ncf = &nc->mac_filter; in ncsi_rsp_handler_sma() 474 bitmap = &ncf->bitmap; in ncsi_rsp_handler_sma() 477 cmd->index > ncf in ncsi_rsp_handler_sma() [all...] |
H A D | ncsi-manage.c | 601 struct ncsi_channel_vlan_filter *ncf; in clear_one_vid() local 607 ncf = &nc->vlan_filter; in clear_one_vid() 608 bitmap = &ncf->bitmap; in clear_one_vid() 611 index = find_next_bit(bitmap, ncf->n_vids, 0); in clear_one_vid() 612 if (index >= ncf->n_vids) { in clear_one_vid() 616 vid = ncf->vids[index]; in clear_one_vid() 619 ncf->vids[index] = 0; in clear_one_vid() 636 struct ncsi_channel_vlan_filter *ncf; in set_one_vid() local 646 ncf = &nc->vlan_filter; in set_one_vid() 647 bitmap = &ncf in set_one_vid() [all...] |
H A D | ncsi-netlink.c | 61 struct ncsi_channel_vlan_filter *ncf; in ncsi_write_channel_info() local 81 ncf = &nc->vlan_filter; in ncsi_write_channel_info() 83 while ((i = find_next_bit((void *)&ncf->bitmap, ncf->n_vids, in ncsi_write_channel_info() 84 i + 1)) < ncf->n_vids) { in ncsi_write_channel_info() 85 if (ncf->vids[i]) in ncsi_write_channel_info() 87 ncf->vids[i]); in ncsi_write_channel_info()
|
/kernel/linux/linux-6.6/net/ncsi/ |
H A D | ncsi-rsp.c | 365 struct ncsi_channel_vlan_filter *ncf; in ncsi_rsp_handler_svf() local 377 ncf = &nc->vlan_filter; in ncsi_rsp_handler_svf() 378 if (cmd->index == 0 || cmd->index > ncf->n_vids) in ncsi_rsp_handler_svf() 383 bitmap = &ncf->bitmap; in ncsi_rsp_handler_svf() 386 ncf->vids[cmd->index - 1] = 0; in ncsi_rsp_handler_svf() 389 ncf->vids[cmd->index - 1] = ntohs(cmd->vlan); in ncsi_rsp_handler_svf() 454 struct ncsi_channel_mac_filter *ncf; in ncsi_rsp_handler_sma() local 473 ncf = &nc->mac_filter; in ncsi_rsp_handler_sma() 474 bitmap = &ncf->bitmap; in ncsi_rsp_handler_sma() 477 cmd->index > ncf in ncsi_rsp_handler_sma() [all...] |
H A D | ncsi-manage.c | 601 struct ncsi_channel_vlan_filter *ncf; in clear_one_vid() local 607 ncf = &nc->vlan_filter; in clear_one_vid() 608 bitmap = &ncf->bitmap; in clear_one_vid() 611 index = find_first_bit(bitmap, ncf->n_vids); in clear_one_vid() 612 if (index >= ncf->n_vids) { in clear_one_vid() 616 vid = ncf->vids[index]; in clear_one_vid() 619 ncf->vids[index] = 0; in clear_one_vid() 636 struct ncsi_channel_vlan_filter *ncf; in set_one_vid() local 646 ncf = &nc->vlan_filter; in set_one_vid() 647 bitmap = &ncf in set_one_vid() [all...] |
H A D | ncsi-netlink.c | 61 struct ncsi_channel_vlan_filter *ncf; in ncsi_write_channel_info() local 81 ncf = &nc->vlan_filter; in ncsi_write_channel_info() 83 while ((i = find_next_bit((void *)&ncf->bitmap, ncf->n_vids, in ncsi_write_channel_info() 84 i + 1)) < ncf->n_vids) { in ncsi_write_channel_info() 85 if (ncf->vids[i]) in ncsi_write_channel_info() 87 ncf->vids[i]); in ncsi_write_channel_info()
|
/kernel/linux/linux-5.10/net/can/ |
H A D | isotp.c | 203 struct canfd_frame *ncf; in isotp_send_fc() local 223 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc() 227 ncf->can_id = so->txid; in isotp_send_fc() 230 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc() 231 ncf->len = CAN_MAX_DLEN; in isotp_send_fc() 233 ncf->len = ae + FC_CONTENT_SZ; in isotp_send_fc() 236 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc() 237 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc() 238 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc() 241 ncf in isotp_send_fc() [all...] |
/kernel/linux/linux-6.6/net/can/ |
H A D | isotp.c | 216 struct canfd_frame *ncf; in isotp_send_fc() local 236 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc() 240 ncf->can_id = so->txid; in isotp_send_fc() 243 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc() 244 ncf->len = CAN_MAX_DLEN; in isotp_send_fc() 246 ncf->len = ae + FC_CONTENT_SZ; in isotp_send_fc() 249 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc() 250 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc() 251 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc() 254 ncf in isotp_send_fc() [all...] |