Searched refs:fd_mask (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sys_generic.c | 119 static int selscan(struct thread *, fd_mask **, fd_mask **, int); 120 static int selrescan(struct thread *, fd_mask **, fd_mask **); 1047 addr += rounddown(b, sizeof(fd_mask)) + in select_check_badfd() 1048 sizeof(fd_mask) - 1 - b % sizeof(fd_mask); in select_check_badfd() 1259 selflags(fd_mask **ibits, int idx, fd_mask bit) in selflags() 1280 selsetbits(fd_mask **ibits, fd_mask **obits, int idx, fd_mask bit, int events) in selsetbits() 1313 selrescan(struct thread *td, fd_mask **ibits, fd_mask **obits) in selrescan() 1321 fd_mask bit; in selrescan() 1344 bit = (fd_mask)1 << (fd % NFDBITS); in selrescan() 1363 selscan(struct thread *td, fd_mask **ibits, fd_mask **obits, int nfd) in selscan() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | select.h | 46 typedef __fd_mask fd_mask; typedef
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 602 uint32_t flxinset, fd_mask; in i40e_set_flex_mask_on_pctype() local 629 fd_mask = (flex_mask->bitmask[i].mask << in i40e_set_flex_mask_on_pctype() 632 fd_mask |= ((flex_mask->bitmask[i].offset + in i40e_set_flex_mask_on_pctype() 636 i40e_write_rx_ctl(hw, I40E_PRTQF_FD_MSK(pctype, i), fd_mask); in i40e_set_flex_mask_on_pctype() 1568 uint32_t flxinset, fd_mask; in i40e_flow_set_fdir_flex_msk() local 1579 fd_mask = (flex_mask->bitmask[i].mask << in i40e_flow_set_fdir_flex_msk() 1582 fd_mask |= ((flex_mask->bitmask[i].offset + in i40e_flow_set_fdir_flex_msk() 1586 i40e_write_rx_ctl(hw, I40E_PRTQF_FD_MSK(pctype, i), fd_mask); in i40e_flow_set_fdir_flex_msk()
|