Searched refs:tbs (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 405 lnet_free_text_bufs(struct list_head *tbs) in lnet_free_text_bufs() argument 409 while (!list_empty(tbs)) { in lnet_free_text_bufs() 410 ltb = list_entry(tbs->next, struct lnet_text_buf_t, ltb_list); in lnet_free_text_bufs() 418 lnet_str2tbs_sep(struct list_head *tbs, char *str) in lnet_str2tbs_sep() argument 471 list_splice(&pending, tbs->prev); in lnet_str2tbs_sep() 501 lnet_str2tbs_expand(struct list_head *tbs, char *str) in lnet_str2tbs_expand() argument 576 list_splice(&pending, tbs->prev); in lnet_str2tbs_expand() 773 lnet_parse_route_tbs(struct list_head *tbs, int *im_a_router) in lnet_parse_route_tbs() argument 777 while (!list_empty(tbs)) { in lnet_parse_route_tbs() 778 ltb = list_entry(tbs->next, struct lnet_text_buf_t, ltb_list); in lnet_parse_route_tbs() [all …]
|
/drivers/net/wireless/iwlwifi/ |
D | iwl-fh.h | 516 struct iwl_tfd_tb tbs[IWL_NUM_OF_TBS]; member
|
/drivers/media/rc/keymaps/ |
D | Makefile | 86 rc-tbs-nec.o \
|
/drivers/net/wireless/iwlwifi/pcie/ |
D | internal.h | 444 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_tb_get_len()
|
D | tx.c | 343 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_tb_get_addr() 356 struct iwl_tfd_tb *tb = &tfd->tbs[idx]; in iwl_pcie_tfd_set_tb()
|
/drivers/net/wireless/iwlegacy/ |
D | 3945.h | 585 struct il3945_tfd_tb tbs[4]; member
|
D | 3945.c | 634 tfd->tbs[count].addr = cpu_to_le32(addr); in il3945_hw_txq_attach_buf_to_tfd() 635 tfd->tbs[count].len = cpu_to_le32(len); in il3945_hw_txq_attach_buf_to_tfd() 677 pci_unmap_single(dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd() 678 le32_to_cpu(tfd->tbs[i].len), in il3945_hw_txq_free_tfd()
|
D | 4965-mac.c | 3883 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_addr() 3897 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_tb_get_len() 3905 struct il_tfd_tb *tb = &tfd->tbs[idx]; in il4965_tfd_set_tb()
|
D | common.h | 2469 struct il_tfd_tb tbs[IL_NUM_OF_TBS]; member
|